Uses of Class
org.jclouds.googlecloudstorage.options.InsertBucketOptions
-
Packages that use InsertBucketOptions Package Description org.jclouds.googlecloudstorage.features org.jclouds.googlecloudstorage.options -
-
Uses of InsertBucketOptions in org.jclouds.googlecloudstorage.features
Methods in org.jclouds.googlecloudstorage.features with parameters of type InsertBucketOptions Modifier and Type Method Description Bucket
BucketApi. createBucket(String projectId, BucketTemplate bucketTemplate, InsertBucketOptions options)
Creates a new Bucket -
Uses of InsertBucketOptions in org.jclouds.googlecloudstorage.options
Methods in org.jclouds.googlecloudstorage.options that return InsertBucketOptions Modifier and Type Method Description InsertBucketOptions
InsertBucketOptions.Builder. predefinedAcl(DomainResourceReferences.PredefinedAcl predefinedAcl)
InsertBucketOptions
InsertBucketOptions. predefinedAcl(DomainResourceReferences.PredefinedAcl predefinedAcl)
InsertBucketOptions
InsertBucketOptions.Builder. projection(DomainResourceReferences.Projection projection)
InsertBucketOptions
InsertBucketOptions. projection(DomainResourceReferences.Projection projection)
-