Uses of Class
com.oracle.bmc.objectstorage.model.UpdateBucketDetails.PublicAccessType
-
Packages that use UpdateBucketDetails.PublicAccessType Package Description com.oracle.bmc.objectstorage.model -
-
Uses of UpdateBucketDetails.PublicAccessType in com.oracle.bmc.objectstorage.model
Methods in com.oracle.bmc.objectstorage.model that return UpdateBucketDetails.PublicAccessType Modifier and Type Method Description static UpdateBucketDetails.PublicAccessTypeUpdateBucketDetails.PublicAccessType. create(String key)UpdateBucketDetails.PublicAccessTypeUpdateBucketDetails. getPublicAccessType()The type of public access enabled on this bucket.static UpdateBucketDetails.PublicAccessTypeUpdateBucketDetails.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.Methods in com.oracle.bmc.objectstorage.model with parameters of type UpdateBucketDetails.PublicAccessType Modifier and Type Method Description UpdateBucketDetails.BuilderUpdateBucketDetails.Builder. publicAccessType(UpdateBucketDetails.PublicAccessType publicAccessType)The type of public access enabled on this bucket.Constructors in com.oracle.bmc.objectstorage.model with parameters of type UpdateBucketDetails.PublicAccessType Constructor 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.
-