Uses of Class
org.jclouds.googlecloudstorage.options.ComposeObjectOptions
-
Packages that use ComposeObjectOptions Package Description org.jclouds.googlecloudstorage.features org.jclouds.googlecloudstorage.options -
-
Uses of ComposeObjectOptions in org.jclouds.googlecloudstorage.features
Methods in org.jclouds.googlecloudstorage.features with parameters of type ComposeObjectOptions Modifier and Type Method Description GoogleCloudStorageObject
ObjectApi. composeObjects(String destinationBucket, String destinationObject, ComposeObjectTemplate composeObjectTemplate, ComposeObjectOptions options)
Concatenates a list of existing objects into a new object in the same bucket. -
Uses of ComposeObjectOptions in org.jclouds.googlecloudstorage.options
Methods in org.jclouds.googlecloudstorage.options that return ComposeObjectOptions Modifier and Type Method Description ComposeObjectOptions
ComposeObjectOptions.Builder. destinationPredefinedAcl(DomainResourceReferences.DestinationPredefinedAcl destinationPredefinedAcl)
ComposeObjectOptions
ComposeObjectOptions. destinationPredefinedAcl(DomainResourceReferences.DestinationPredefinedAcl destinationPredefinedAcl)
ComposeObjectOptions
ComposeObjectOptions.Builder. ifMetagenerationMatch(Long ifMetagenerationMatch)
ComposeObjectOptions
ComposeObjectOptions. ifMetagenerationMatch(Long ifMetagenerationMatch)
ComposeObjectOptions
ComposeObjectOptions.Builder. ifMetagenerationNotMatch(Long ifMetagenerationNotMatch)
ComposeObjectOptions
ComposeObjectOptions. ifMetagenerationNotMatch(Long ifMetagenerationNotMatch)
-