Package | Description |
---|---|
com.oracle.bmc.objectstorage.model |
Modifier and Type | Method and Description |
---|---|
static CreateBucketDetails.PublicAccessType |
CreateBucketDetails.PublicAccessType.create(String key) |
CreateBucketDetails.PublicAccessType |
CreateBucketDetails.getPublicAccessType()
The type of public access enabled on this bucket.
|
static CreateBucketDetails.PublicAccessType |
CreateBucketDetails.PublicAccessType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreateBucketDetails.PublicAccessType[] |
CreateBucketDetails.PublicAccessType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CreateBucketDetails.Builder |
CreateBucketDetails.Builder.publicAccessType(CreateBucketDetails.PublicAccessType publicAccessType)
The type of public access enabled on this bucket.
|
Constructor and Description |
---|
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)
Deprecated.
|
Copyright © 2016–2023. All rights reserved.