Uses of Class
com.oracle.bmc.objectstorage.model.Bucket.PublicAccessType
-
Packages that use Bucket.PublicAccessType Package Description com.oracle.bmc.objectstorage.model -
-
Uses of Bucket.PublicAccessType in com.oracle.bmc.objectstorage.model
Methods in com.oracle.bmc.objectstorage.model that return Bucket.PublicAccessType Modifier and Type Method Description static Bucket.PublicAccessType
Bucket.PublicAccessType. create(String key)
Bucket.PublicAccessType
Bucket. getPublicAccessType()
The type of public access enabled on this bucket.static Bucket.PublicAccessType
Bucket.PublicAccessType. valueOf(String name)
Returns the enum constant of this type with the specified name.static Bucket.PublicAccessType[]
Bucket.PublicAccessType. 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.PublicAccessType Modifier and Type Method Description Bucket.Builder
Bucket.Builder. publicAccessType(Bucket.PublicAccessType publicAccessType)
The type of public access enabled on this bucket.Constructors in com.oracle.bmc.objectstorage.model with parameters of type Bucket.PublicAccessType 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)
Deprecated.
-