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