Uses of Class
org.jclouds.googlecloudstorage.domain.templates.ComposeObjectTemplate
Packages that use ComposeObjectTemplate
Package
Description
-
Uses of ComposeObjectTemplate in org.jclouds.googlecloudstorage.domain.templates
Methods in org.jclouds.googlecloudstorage.domain.templates that return ComposeObjectTemplateModifier and TypeMethodDescriptionComposeObjectTemplate.Builder.build()
static ComposeObjectTemplate
ComposeObjectTemplate.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 ComposeObjectTemplateModifier and TypeMethodDescriptionObjectApi.composeObjects
(String destinationBucket, String destinationObject, ComposeObjectTemplate composeObjectTemplate) Concatenates a list of existing objects into a new object in the same bucket.ObjectApi.composeObjects
(String destinationBucket, String destinationObject, ComposeObjectTemplate composeObjectTemplate, ComposeObjectOptions options) Concatenates a list of existing objects into a new object in the same bucket.