| Package | Description |
|---|---|
| com.ibm.cos.v2.services.s3 | |
| com.ibm.cos.v2.services.s3.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListDirectoryBucketsResponse |
S3Client.listDirectoryBuckets(Consumer<ListDirectoryBucketsRequest.Builder> listDirectoryBucketsRequest)
Returns a list of all Amazon S3 directory buckets owned by the authenticated sender of the request.
|
default ListDirectoryBucketsResponse |
S3Client.listDirectoryBuckets(ListDirectoryBucketsRequest listDirectoryBucketsRequest)
Returns a list of all Amazon S3 directory buckets owned by the authenticated sender of the request.
|
ListDirectoryBucketsResponse |
DelegatingS3Client.listDirectoryBuckets(ListDirectoryBucketsRequest listDirectoryBucketsRequest)
Returns a list of all Amazon S3 directory buckets owned by the authenticated sender of the request.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListDirectoryBucketsResponse> |
S3AsyncClient.listDirectoryBuckets(Consumer<ListDirectoryBucketsRequest.Builder> listDirectoryBucketsRequest)
Returns a list of all Amazon S3 directory buckets owned by the authenticated sender of the request.
|
default CompletableFuture<ListDirectoryBucketsResponse> |
S3AsyncClient.listDirectoryBuckets(ListDirectoryBucketsRequest listDirectoryBucketsRequest)
Returns a list of all Amazon S3 directory buckets owned by the authenticated sender of the request.
|
CompletableFuture<ListDirectoryBucketsResponse> |
DelegatingS3AsyncClient.listDirectoryBuckets(ListDirectoryBucketsRequest listDirectoryBucketsRequest)
Returns a list of all Amazon S3 directory buckets owned by the authenticated sender of the request.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListDirectoryBucketsResponse> |
ListDirectoryBucketsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListDirectoryBucketsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListDirectoryBucketsResponse> subscriber) |
Copyright © 2026. All rights reserved.