Uses of Class
com.oracle.bmc.objectstorage.responses.ListBucketsResponse
-
Packages that use ListBucketsResponse Package Description com.oracle.bmc.objectstorage com.oracle.bmc.objectstorage.responses -
-
Uses of ListBucketsResponse in com.oracle.bmc.objectstorage
Methods in com.oracle.bmc.objectstorage that return ListBucketsResponse Modifier and Type Method Description ListBucketsResponseObjectStorage. listBuckets(ListBucketsRequest request)Gets a list of all BucketSummary items in a compartment.ListBucketsResponseObjectStorageClient. listBuckets(ListBucketsRequest request)Methods in com.oracle.bmc.objectstorage that return types with arguments of type ListBucketsResponse Modifier and Type Method Description Future<ListBucketsResponse>ObjectStorageAsync. listBuckets(ListBucketsRequest request, AsyncHandler<ListBucketsRequest,ListBucketsResponse> handler)Gets a list of all BucketSummary items in a compartment.Future<ListBucketsResponse>ObjectStorageAsyncClient. listBuckets(ListBucketsRequest request, AsyncHandler<ListBucketsRequest,ListBucketsResponse> handler)Iterable<ListBucketsResponse>ObjectStoragePaginators. listBucketsResponseIterator(ListBucketsRequest request)Creates a new iterable which will iterate over the responses received from the listBuckets operation.Method parameters in com.oracle.bmc.objectstorage with type arguments of type ListBucketsResponse Modifier and Type Method Description Future<ListBucketsResponse>ObjectStorageAsync. listBuckets(ListBucketsRequest request, AsyncHandler<ListBucketsRequest,ListBucketsResponse> handler)Gets a list of all BucketSummary items in a compartment.Future<ListBucketsResponse>ObjectStorageAsyncClient. listBuckets(ListBucketsRequest request, AsyncHandler<ListBucketsRequest,ListBucketsResponse> handler) -
Uses of ListBucketsResponse in com.oracle.bmc.objectstorage.responses
Methods in com.oracle.bmc.objectstorage.responses that return ListBucketsResponse Modifier and Type Method Description ListBucketsResponseListBucketsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.objectstorage.responses with parameters of type ListBucketsResponse Modifier and Type Method Description ListBucketsResponse.BuilderListBucketsResponse.Builder. copy(ListBucketsResponse o)Copy method to populate the builder with values from the given instance.
-