Uses of Class
org.jclouds.googlecloudstorage.domain.DomainResourceReferences.DestinationPredefinedAcl
-
Packages that use DomainResourceReferences.DestinationPredefinedAcl Package Description org.jclouds.googlecloudstorage.domain org.jclouds.googlecloudstorage.options -
-
Uses of DomainResourceReferences.DestinationPredefinedAcl in org.jclouds.googlecloudstorage.domain
Methods in org.jclouds.googlecloudstorage.domain that return DomainResourceReferences.DestinationPredefinedAcl Modifier and Type Method Description static DomainResourceReferences.DestinationPredefinedAcl
DomainResourceReferences.DestinationPredefinedAcl. fromValue(String destinationPredefinedAcl)
static DomainResourceReferences.DestinationPredefinedAcl
DomainResourceReferences.DestinationPredefinedAcl. valueOf(String name)
Returns the enum constant of this type with the specified name.static DomainResourceReferences.DestinationPredefinedAcl[]
DomainResourceReferences.DestinationPredefinedAcl. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DomainResourceReferences.DestinationPredefinedAcl in org.jclouds.googlecloudstorage.options
Methods in org.jclouds.googlecloudstorage.options with parameters of type DomainResourceReferences.DestinationPredefinedAcl Modifier and Type Method Description ComposeObjectOptions
ComposeObjectOptions.Builder. destinationPredefinedAcl(DomainResourceReferences.DestinationPredefinedAcl destinationPredefinedAcl)
ComposeObjectOptions
ComposeObjectOptions. destinationPredefinedAcl(DomainResourceReferences.DestinationPredefinedAcl destinationPredefinedAcl)
-