Uses of Class
com.oracle.bmc.objectstorage.model.UpdateBucketDetails
-
Packages that use UpdateBucketDetails Package Description com.oracle.bmc.objectstorage.model com.oracle.bmc.objectstorage.requests -
-
Uses of UpdateBucketDetails in com.oracle.bmc.objectstorage.model
Methods in com.oracle.bmc.objectstorage.model that return UpdateBucketDetails Modifier and Type Method Description UpdateBucketDetails
UpdateBucketDetails.Builder. build()
Methods in com.oracle.bmc.objectstorage.model with parameters of type UpdateBucketDetails Modifier and Type Method Description UpdateBucketDetails.Builder
UpdateBucketDetails.Builder. copy(UpdateBucketDetails model)
-
Uses of UpdateBucketDetails in com.oracle.bmc.objectstorage.requests
Methods in com.oracle.bmc.objectstorage.requests that return UpdateBucketDetails Modifier and Type Method Description UpdateBucketDetails
UpdateBucketRequest. getBody$()
Alternative accessor for the body parameter.UpdateBucketDetails
UpdateBucketRequest. getUpdateBucketDetails()
Request object for updating a bucket.Methods in com.oracle.bmc.objectstorage.requests with parameters of type UpdateBucketDetails Modifier and Type Method Description UpdateBucketRequest.Builder
UpdateBucketRequest.Builder. body$(UpdateBucketDetails body)
Alternative setter for the body parameter.UpdateBucketRequest.Builder
UpdateBucketRequest.Builder. updateBucketDetails(UpdateBucketDetails updateBucketDetails)
Request object for updating a bucket.
-