Uses of Class
software.amazon.awssdk.services.s3control.model.ListRegionalBucketsRequest
-
Packages that use ListRegionalBucketsRequest Package Description software.amazon.awssdk.services.s3control Amazon Web Services S3 Control provides access to Amazon S3 control plane actions.software.amazon.awssdk.services.s3control.paginators software.amazon.awssdk.services.s3control.transform -
-
Uses of ListRegionalBucketsRequest in software.amazon.awssdk.services.s3control
Methods in software.amazon.awssdk.services.s3control with parameters of type ListRegionalBucketsRequest Modifier and Type Method Description default CompletableFuture<ListRegionalBucketsResponse>S3ControlAsyncClient. listRegionalBuckets(ListRegionalBucketsRequest listRegionalBucketsRequest)Returns a list of all Outposts buckets in an Outpost that are owned by the authenticated sender of the request.default ListRegionalBucketsResponseS3ControlClient. listRegionalBuckets(ListRegionalBucketsRequest listRegionalBucketsRequest)Returns a list of all Outposts buckets in an Outpost that are owned by the authenticated sender of the request.default ListRegionalBucketsPublisherS3ControlAsyncClient. listRegionalBucketsPaginator(ListRegionalBucketsRequest listRegionalBucketsRequest)Returns a list of all Outposts buckets in an Outpost that are owned by the authenticated sender of the request.default ListRegionalBucketsIterableS3ControlClient. listRegionalBucketsPaginator(ListRegionalBucketsRequest listRegionalBucketsRequest)Returns a list of all Outposts buckets in an Outpost that are owned by the authenticated sender of the request. -
Uses of ListRegionalBucketsRequest in software.amazon.awssdk.services.s3control.paginators
Constructors in software.amazon.awssdk.services.s3control.paginators with parameters of type ListRegionalBucketsRequest Constructor Description ListRegionalBucketsIterable(S3ControlClient client, ListRegionalBucketsRequest firstRequest)ListRegionalBucketsPublisher(S3ControlAsyncClient client, ListRegionalBucketsRequest firstRequest) -
Uses of ListRegionalBucketsRequest in software.amazon.awssdk.services.s3control.transform
Methods in software.amazon.awssdk.services.s3control.transform with parameters of type ListRegionalBucketsRequest Modifier and Type Method Description SdkHttpFullRequestListRegionalBucketsRequestMarshaller. marshall(ListRegionalBucketsRequest listRegionalBucketsRequest)
-