Uses of Class
com.oracle.bmc.objectstorage.model.Bucket.BucketScope
-
Packages that use Bucket.BucketScope Package Description com.oracle.bmc.objectstorage.model -
-
Uses of Bucket.BucketScope in com.oracle.bmc.objectstorage.model
Methods in com.oracle.bmc.objectstorage.model that return Bucket.BucketScope Modifier and Type Method Description static Bucket.BucketScopeBucket.BucketScope. create(String key)Bucket.BucketScopeBucket. getBucketScope()The bucket scope determines weather the bucket name must be unique within the tenancy and region (essentially the namespace) or across all tenancies in the region.Bucket.BucketScopeBucketSummary. getBucketScope()The bucket scope determines weather the bucket name must be unique within the tenancy and region (essentially the namespace) or across all tenancies in the region.Bucket.BucketScopeCreateBucketDetails. getBucketScope()The bucket scope determines weather the bucket name must be unique within the tenancy and region (essentially the namespace) or across all tenancies in the region.Bucket.BucketScopeUpdateBucketDetails. getBucketScope()The bucket scope determines weather the bucket name must be unique within the tenancy and region (essentially the namespace) or across all tenancies in the region.static Bucket.BucketScopeBucket.BucketScope. valueOf(String name)Returns the enum constant of this type with the specified name.static Bucket.BucketScope[]Bucket.BucketScope. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.objectstorage.model with parameters of type Bucket.BucketScope Modifier and Type Method Description Bucket.BuilderBucket.Builder. bucketScope(Bucket.BucketScope bucketScope)The bucket scope determines weather the bucket name must be unique within the tenancy and region (essentially the namespace) or across all tenancies in the region.BucketSummary.BuilderBucketSummary.Builder. bucketScope(Bucket.BucketScope bucketScope)The bucket scope determines weather the bucket name must be unique within the tenancy and region (essentially the namespace) or across all tenancies in the region.CreateBucketDetails.BuilderCreateBucketDetails.Builder. bucketScope(Bucket.BucketScope bucketScope)The bucket scope determines weather the bucket name must be unique within the tenancy and region (essentially the namespace) or across all tenancies in the region.UpdateBucketDetails.BuilderUpdateBucketDetails.Builder. bucketScope(Bucket.BucketScope bucketScope)The bucket scope determines weather the bucket name must be unique within the tenancy and region (essentially the namespace) or across all tenancies in the region.Constructors in com.oracle.bmc.objectstorage.model with parameters of type Bucket.BucketScope Constructor Description Bucket(String namespace, String name, String compartmentId, Map<String,String> metadata, String createdBy, Date timeCreated, String etag, Bucket.PublicAccessType publicAccessType, Bucket.StorageTier storageTier, Boolean objectEventsEnabled, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, String kmsKeyId, Boolean isBucketKeyEnabled, String objectLifecyclePolicyEtag, Long approximateCount, Long approximateSize, Boolean replicationEnabled, Boolean isReadOnly, String id, Bucket.Versioning versioning, Bucket.AutoTiering autoTiering, Bucket.BucketScope bucketScope)Deprecated.BucketSummary(String namespace, String name, String compartmentId, String createdBy, Date timeCreated, String etag, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Bucket.BucketScope bucketScope)Deprecated.CreateBucketDetails(String name, String compartmentId, Map<String,String> metadata, CreateBucketDetails.PublicAccessType publicAccessType, CreateBucketDetails.StorageTier storageTier, Boolean objectEventsEnabled, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, String kmsKeyId, Boolean isBucketKeyEnabled, CreateBucketDetails.Versioning versioning, Bucket.AutoTiering autoTiering, Bucket.BucketScope bucketScope)Deprecated.UpdateBucketDetails(String namespace, String compartmentId, String name, Map<String,String> metadata, UpdateBucketDetails.PublicAccessType publicAccessType, Boolean objectEventsEnabled, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, String kmsKeyId, Boolean isBucketKeyEnabled, UpdateBucketDetails.Versioning versioning, Bucket.AutoTiering autoTiering, Bucket.BucketScope bucketScope)Deprecated.
-