Package | Description |
---|---|
com.oracle.bmc.objectstorage | |
com.oracle.bmc.objectstorage.requests |
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) |
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 |
---|---|
GetBucketRequest |
GetBucketRequest.Builder.build()
Build the instance of GetBucketRequest as configured by this builder
|
GetBucketRequest |
GetBucketRequest.Builder.buildWithoutInvocationCallback()
Build the instance of GetBucketRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
GetBucketRequest.Builder |
GetBucketRequest.Builder.copy(GetBucketRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.