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 GoogleCloudStorageObjectObjectApi. 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 ComposeObjectOptionsComposeObjectOptions.Builder. destinationPredefinedAcl(DomainResourceReferences.DestinationPredefinedAcl destinationPredefinedAcl)ComposeObjectOptionsComposeObjectOptions. destinationPredefinedAcl(DomainResourceReferences.DestinationPredefinedAcl destinationPredefinedAcl)ComposeObjectOptionsComposeObjectOptions.Builder. ifMetagenerationMatch(Long ifMetagenerationMatch)ComposeObjectOptionsComposeObjectOptions. ifMetagenerationMatch(Long ifMetagenerationMatch)ComposeObjectOptionsComposeObjectOptions.Builder. ifMetagenerationNotMatch(Long ifMetagenerationNotMatch)ComposeObjectOptionsComposeObjectOptions. ifMetagenerationNotMatch(Long ifMetagenerationNotMatch)
-