Uses of Class
com.oracle.bmc.objectstorage.requests.GetBucketRequest
-
Packages that use GetBucketRequest Package Description com.oracle.bmc.objectstorage com.oracle.bmc.objectstorage.requests -
-
Uses of GetBucketRequest in com.oracle.bmc.objectstorage
Methods in com.oracle.bmc.objectstorage with parameters of type GetBucketRequest Modifier and Type Method Description GetBucketResponse
ObjectStorage. getBucket(GetBucketRequest request)
Gets the current representation of the given bucket in the given Object Storage namespace.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)
GetBucketResponse
ObjectStorageClient. getBucket(GetBucketRequest request)
Method parameters in com.oracle.bmc.objectstorage with type arguments of type GetBucketRequest 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 GetBucketRequest in com.oracle.bmc.objectstorage.requests
Methods in com.oracle.bmc.objectstorage.requests that return GetBucketRequest Modifier and Type Method Description GetBucketRequest
GetBucketRequest.Builder. build()
Build the instance of GetBucketRequest as configured by this builderGetBucketRequest
GetBucketRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetBucketRequest as configured by this builderMethods in com.oracle.bmc.objectstorage.requests with parameters of type GetBucketRequest Modifier and Type Method Description GetBucketRequest.Builder
GetBucketRequest.Builder. copy(GetBucketRequest o)
Copy method to populate the builder with values from the given instance.
-