Uses of Class
com.oracle.bmc.objectstorage.requests.CreateBucketRequest
-
Packages that use CreateBucketRequest Package Description com.oracle.bmc.objectstorage com.oracle.bmc.objectstorage.requests -
-
Uses of CreateBucketRequest in com.oracle.bmc.objectstorage
Methods in com.oracle.bmc.objectstorage with parameters of type CreateBucketRequest 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.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)
CreateBucketResponse
ObjectStorageClient. createBucket(CreateBucketRequest request)
Method parameters in com.oracle.bmc.objectstorage with type arguments of type CreateBucketRequest 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 CreateBucketRequest in com.oracle.bmc.objectstorage.requests
Methods in com.oracle.bmc.objectstorage.requests that return CreateBucketRequest Modifier and Type Method Description CreateBucketRequest
CreateBucketRequest.Builder. build()
Build the instance of CreateBucketRequest as configured by this builderCreateBucketRequest
CreateBucketRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateBucketRequest as configured by this builderMethods in com.oracle.bmc.objectstorage.requests with parameters of type CreateBucketRequest Modifier and Type Method Description CreateBucketRequest.Builder
CreateBucketRequest.Builder. copy(CreateBucketRequest o)
Copy method to populate the builder with values from the given instance.
-