Uses of Class
org.jclouds.googlecloudstorage.domain.templates.ComposeObjectTemplate
-
Packages that use ComposeObjectTemplate Package Description org.jclouds.googlecloudstorage.domain.templates org.jclouds.googlecloudstorage.features -
-
Uses of ComposeObjectTemplate in org.jclouds.googlecloudstorage.domain.templates
Methods in org.jclouds.googlecloudstorage.domain.templates that return ComposeObjectTemplate Modifier and Type Method Description ComposeObjectTemplateComposeObjectTemplate.Builder. build()static ComposeObjectTemplateComposeObjectTemplate. create(List<ComposeObjectTemplate.SourceObject> sourceObjects, ObjectTemplate destination) -
Uses of ComposeObjectTemplate in org.jclouds.googlecloudstorage.features
Methods in org.jclouds.googlecloudstorage.features with parameters of type ComposeObjectTemplate Modifier and Type Method Description GoogleCloudStorageObjectObjectApi. composeObjects(String destinationBucket, String destinationObject, ComposeObjectTemplate composeObjectTemplate)Concatenates a list of existing objects into a new object in the same bucket.GoogleCloudStorageObjectObjectApi. composeObjects(String destinationBucket, String destinationObject, ComposeObjectTemplate composeObjectTemplate, ComposeObjectOptions options)Concatenates a list of existing objects into a new object in the same bucket.
-