Uses of Class
com.oracle.bmc.objectstorage.responses.GetBucketResponse
-
Packages that use GetBucketResponse Package Description com.oracle.bmc.objectstorage com.oracle.bmc.objectstorage.responses -
-
Uses of GetBucketResponse in com.oracle.bmc.objectstorage
Methods in com.oracle.bmc.objectstorage that return GetBucketResponse Modifier and Type Method 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)
Methods in com.oracle.bmc.objectstorage that return types with arguments of type GetBucketResponse Modifier and Type Method Description Future<GetBucketResponse>
ObjectStorageAsync. getBucket(GetBucketRequest request, AsyncHandler<GetBucketRequest,GetBucketResponse> handler)
Gets the current representation of the given bucket in the given Object Storage namespace.Future<GetBucketResponse>
ObjectStorageAsyncClient. getBucket(GetBucketRequest request, AsyncHandler<GetBucketRequest,GetBucketResponse> handler)
Method parameters in com.oracle.bmc.objectstorage with type arguments of type GetBucketResponse Modifier and Type Method Description Future<GetBucketResponse>
ObjectStorageAsync. getBucket(GetBucketRequest request, AsyncHandler<GetBucketRequest,GetBucketResponse> handler)
Gets the current representation of the given bucket in the given Object Storage namespace.Future<GetBucketResponse>
ObjectStorageAsyncClient. getBucket(GetBucketRequest request, AsyncHandler<GetBucketRequest,GetBucketResponse> handler)
-
Uses of GetBucketResponse in com.oracle.bmc.objectstorage.responses
Methods in com.oracle.bmc.objectstorage.responses that return GetBucketResponse Modifier and Type Method Description GetBucketResponse
GetBucketResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.objectstorage.responses with parameters of type GetBucketResponse Modifier and Type Method Description GetBucketResponse.Builder
GetBucketResponse.Builder. copy(GetBucketResponse o)
Copy method to populate the builder with values from the given instance.
-