Uses of Class
com.oracle.bmc.objectstorage.requests.ListBucketsRequest
-
Packages that use ListBucketsRequest Package Description com.oracle.bmc.objectstorage com.oracle.bmc.objectstorage.requests -
-
Uses of ListBucketsRequest in com.oracle.bmc.objectstorage
Methods in com.oracle.bmc.objectstorage with parameters of type ListBucketsRequest Modifier and Type Method Description ListBucketsResponseObjectStorage. listBuckets(ListBucketsRequest request)Gets a list of all BucketSummary items in a compartment.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)ListBucketsResponseObjectStorageClient. listBuckets(ListBucketsRequest request)Iterable<BucketSummary>ObjectStoragePaginators. listBucketsRecordIterator(ListBucketsRequest request)Creates a new iterable which will iterate over theBucketSummaryobjects contained in responses from the listBuckets operation.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 ListBucketsRequest 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 ListBucketsRequest in com.oracle.bmc.objectstorage.requests
Methods in com.oracle.bmc.objectstorage.requests that return ListBucketsRequest Modifier and Type Method Description ListBucketsRequestListBucketsRequest.Builder. build()Build the instance of ListBucketsRequest as configured by this builderListBucketsRequestListBucketsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListBucketsRequest as configured by this builderMethods in com.oracle.bmc.objectstorage.requests with parameters of type ListBucketsRequest Modifier and Type Method Description ListBucketsRequest.BuilderListBucketsRequest.Builder. copy(ListBucketsRequest o)Copy method to populate the builder with values from the given instance.
-