Package | Description |
---|---|
com.oracle.bmc.objectstorage | |
com.oracle.bmc.objectstorage.responses |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
Future<CreateBucketResponse> |
ObjectStorageAsyncClient.createBucket(CreateBucketRequest request,
AsyncHandler<CreateBucketRequest,CreateBucketResponse> handler) |
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.
|
Modifier and Type | Method and Description |
---|---|
Future<CreateBucketResponse> |
ObjectStorageAsyncClient.createBucket(CreateBucketRequest request,
AsyncHandler<CreateBucketRequest,CreateBucketResponse> handler) |
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.
|
Modifier and Type | Method and Description |
---|---|
CreateBucketResponse |
CreateBucketResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
CreateBucketResponse.Builder |
CreateBucketResponse.Builder.copy(CreateBucketResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.