Uses of Class
software.amazon.awssdk.services.s3.model.ListBucketsResponse
-
Packages that use ListBucketsResponse Package Description software.amazon.awssdk.services.s3 -
-
Uses of ListBucketsResponse in software.amazon.awssdk.services.s3
Methods in software.amazon.awssdk.services.s3 that return ListBucketsResponse Modifier and Type Method Description ListBucketsResponseDelegatingS3Client. listBuckets(ListBucketsRequest listBucketsRequest)Returns a list of all buckets owned by the authenticated sender of the request.default ListBucketsResponseS3Client. listBuckets()Returns a list of all buckets owned by the authenticated sender of the request.default ListBucketsResponseS3Client. listBuckets(Consumer<ListBucketsRequest.Builder> listBucketsRequest)Returns a list of all buckets owned by the authenticated sender of the request.default ListBucketsResponseS3Client. listBuckets(ListBucketsRequest listBucketsRequest)Returns a list of all buckets owned by the authenticated sender of the request.Methods in software.amazon.awssdk.services.s3 that return types with arguments of type ListBucketsResponse Modifier and Type Method Description CompletableFuture<ListBucketsResponse>DelegatingS3AsyncClient. listBuckets(ListBucketsRequest listBucketsRequest)Returns a list of all buckets owned by the authenticated sender of the request.default CompletableFuture<ListBucketsResponse>S3AsyncClient. listBuckets()Returns a list of all buckets owned by the authenticated sender of the request.default CompletableFuture<ListBucketsResponse>S3AsyncClient. listBuckets(Consumer<ListBucketsRequest.Builder> listBucketsRequest)Returns a list of all buckets owned by the authenticated sender of the request.default CompletableFuture<ListBucketsResponse>S3AsyncClient. listBuckets(ListBucketsRequest listBucketsRequest)Returns a list of all buckets owned by the authenticated sender of the request.
-