Uses of Class
software.amazon.awssdk.services.s3.model.ListDirectoryBucketsResponse
Packages that use ListDirectoryBucketsResponse
Package
Description
-
Uses of ListDirectoryBucketsResponse in software.amazon.awssdk.services.s3
Methods in software.amazon.awssdk.services.s3 that return ListDirectoryBucketsResponseModifier and TypeMethodDescriptionDelegatingS3Client.listDirectoryBuckets(ListDirectoryBucketsRequest listDirectoryBucketsRequest) Returns a list of all Amazon S3 directory buckets owned by the authenticated sender of the request.default ListDirectoryBucketsResponseS3Client.listDirectoryBuckets(Consumer<ListDirectoryBucketsRequest.Builder> listDirectoryBucketsRequest) Returns a list of all Amazon S3 directory buckets owned by the authenticated sender of the request.default ListDirectoryBucketsResponseS3Client.listDirectoryBuckets(ListDirectoryBucketsRequest listDirectoryBucketsRequest) Returns a list of all Amazon S3 directory buckets owned by the authenticated sender of the request.Methods in software.amazon.awssdk.services.s3 that return types with arguments of type ListDirectoryBucketsResponseModifier and TypeMethodDescriptionDelegatingS3AsyncClient.listDirectoryBuckets(ListDirectoryBucketsRequest listDirectoryBucketsRequest) Returns a list of all Amazon S3 directory buckets owned by the authenticated sender of the request.S3AsyncClient.listDirectoryBuckets(Consumer<ListDirectoryBucketsRequest.Builder> listDirectoryBucketsRequest) Returns a list of all Amazon S3 directory buckets owned by the authenticated sender of the request.S3AsyncClient.listDirectoryBuckets(ListDirectoryBucketsRequest listDirectoryBucketsRequest) Returns a list of all Amazon S3 directory buckets owned by the authenticated sender of the request. -
Uses of ListDirectoryBucketsResponse in software.amazon.awssdk.services.s3.paginators
Methods in software.amazon.awssdk.services.s3.paginators that return types with arguments of type ListDirectoryBucketsResponseMethod parameters in software.amazon.awssdk.services.s3.paginators with type arguments of type ListDirectoryBucketsResponseModifier and TypeMethodDescriptionvoidListDirectoryBucketsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListDirectoryBucketsResponse> subscriber)