Uses of Class
software.amazon.awssdk.services.s3.model.Bucket
Packages that use Bucket
Package
Description
-
Uses of Bucket in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type BucketModifier and TypeMethodDescriptionListBucketsResponse.buckets()The list of buckets owned by the requester.ListDirectoryBucketsResponse.buckets()The list of buckets owned by the requester.Methods in software.amazon.awssdk.services.s3.model with parameters of type BucketModifier and TypeMethodDescriptionThe list of buckets owned by the requester.The list of buckets owned by the requester.Method parameters in software.amazon.awssdk.services.s3.model with type arguments of type BucketModifier and TypeMethodDescriptionListBucketsResponse.Builder.buckets(Collection<Bucket> buckets) The list of buckets owned by the requester.ListDirectoryBucketsResponse.Builder.buckets(Collection<Bucket> buckets) The list of buckets owned by the requester. -
Uses of Bucket in software.amazon.awssdk.services.s3.paginators
Methods in software.amazon.awssdk.services.s3.paginators that return types with arguments of type BucketModifier and TypeMethodDescriptionfinal SdkIterable<Bucket>ListBucketsIterable.buckets()Returns an iterable to iterate through the paginatedListBucketsResponse.buckets()member.final SdkPublisher<Bucket>ListBucketsPublisher.buckets()Returns a publisher that can be used to get a stream of data.final SdkIterable<Bucket>ListDirectoryBucketsIterable.buckets()Returns an iterable to iterate through the paginatedListDirectoryBucketsResponse.buckets()member.final SdkPublisher<Bucket>ListDirectoryBucketsPublisher.buckets()Returns a publisher that can be used to get a stream of data.