Uses of Class
com.oracle.bmc.objectstorage.responses.CreateBucketResponse
-
Packages that use CreateBucketResponse Package Description com.oracle.bmc.objectstorage com.oracle.bmc.objectstorage.responses -
-
Uses of CreateBucketResponse in com.oracle.bmc.objectstorage
Methods in com.oracle.bmc.objectstorage that return CreateBucketResponse Modifier and Type Method Description CreateBucketResponse
ObjectStorage. createBucket(CreateBucketRequest request)
Creates a bucket in the given namespace with a bucket name and optional user-defined metadata.CreateBucketResponse
ObjectStorageClient. createBucket(CreateBucketRequest request)
Methods in com.oracle.bmc.objectstorage that return types with arguments of type CreateBucketResponse Modifier and Type Method Description Future<CreateBucketResponse>
ObjectStorageAsync. createBucket(CreateBucketRequest request, AsyncHandler<CreateBucketRequest,CreateBucketResponse> handler)
Creates a bucket in the given namespace with a bucket name and optional user-defined metadata.Future<CreateBucketResponse>
ObjectStorageAsyncClient. createBucket(CreateBucketRequest request, AsyncHandler<CreateBucketRequest,CreateBucketResponse> handler)
Method parameters in com.oracle.bmc.objectstorage with type arguments of type CreateBucketResponse Modifier and Type Method Description Future<CreateBucketResponse>
ObjectStorageAsync. createBucket(CreateBucketRequest request, AsyncHandler<CreateBucketRequest,CreateBucketResponse> handler)
Creates a bucket in the given namespace with a bucket name and optional user-defined metadata.Future<CreateBucketResponse>
ObjectStorageAsyncClient. createBucket(CreateBucketRequest request, AsyncHandler<CreateBucketRequest,CreateBucketResponse> handler)
-
Uses of CreateBucketResponse in com.oracle.bmc.objectstorage.responses
Methods in com.oracle.bmc.objectstorage.responses that return CreateBucketResponse Modifier and Type Method Description CreateBucketResponse
CreateBucketResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.objectstorage.responses with parameters of type CreateBucketResponse Modifier and Type Method Description CreateBucketResponse.Builder
CreateBucketResponse.Builder. copy(CreateBucketResponse o)
Copy method to populate the builder with values from the given instance.
-