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()Scope in which the bucket is unique.Bucket.BucketScopeBucketSummary. getBucketScope()Scope in which the bucket is unique.Bucket.BucketScopeCreateBucketDetails. getBucketScope()Scope in which the bucket is unique.Bucket.BucketScopeUpdateBucketDetails. getBucketScope()Scope in which the bucket is unique.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)Scope in which the bucket is unique.BucketSummary.BuilderBucketSummary.Builder. bucketScope(Bucket.BucketScope bucketScope)Scope in which the bucket is unique.CreateBucketDetails.BuilderCreateBucketDetails.Builder. bucketScope(Bucket.BucketScope bucketScope)Scope in which the bucket is unique.UpdateBucketDetails.BuilderUpdateBucketDetails.Builder. bucketScope(Bucket.BucketScope bucketScope)Scope in which the bucket is unique.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, 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, 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, UpdateBucketDetails.Versioning versioning, Bucket.AutoTiering autoTiering, Bucket.BucketScope bucketScope)Deprecated.
-