Package | Description |
---|---|
com.oracle.bmc.objectstorage | |
com.oracle.bmc.objectstorage.responses |
Modifier and Type | Method and Description |
---|---|
GetBucketResponse |
ObjectStorage.getBucket(GetBucketRequest request)
Gets the current representation of the given bucket in the given Object Storage namespace.
|
GetBucketResponse |
ObjectStorageClient.getBucket(GetBucketRequest request) |
Modifier and Type | Method and Description |
---|---|
Future<GetBucketResponse> |
ObjectStorageAsyncClient.getBucket(GetBucketRequest request,
AsyncHandler<GetBucketRequest,GetBucketResponse> handler) |
Future<GetBucketResponse> |
ObjectStorageAsync.getBucket(GetBucketRequest request,
AsyncHandler<GetBucketRequest,GetBucketResponse> handler)
Gets the current representation of the given bucket in the given Object Storage namespace.
|
Modifier and Type | Method and Description |
---|---|
Future<GetBucketResponse> |
ObjectStorageAsyncClient.getBucket(GetBucketRequest request,
AsyncHandler<GetBucketRequest,GetBucketResponse> handler) |
Future<GetBucketResponse> |
ObjectStorageAsync.getBucket(GetBucketRequest request,
AsyncHandler<GetBucketRequest,GetBucketResponse> handler)
Gets the current representation of the given bucket in the given Object Storage namespace.
|
Modifier and Type | Method and Description |
---|---|
GetBucketResponse |
GetBucketResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
GetBucketResponse.Builder |
GetBucketResponse.Builder.copy(GetBucketResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.