Uses of Class
software.amazon.awssdk.services.s3control.model.ListRegionalBucketsResponse
-
Packages that use ListRegionalBucketsResponse 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 -
-
Uses of ListRegionalBucketsResponse in software.amazon.awssdk.services.s3control
Methods in software.amazon.awssdk.services.s3control that return ListRegionalBucketsResponse Modifier and Type Method Description default ListRegionalBucketsResponseS3ControlClient. listRegionalBuckets(Consumer<ListRegionalBucketsRequest.Builder> 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.Methods in software.amazon.awssdk.services.s3control that return types with arguments of type ListRegionalBucketsResponse Modifier and Type Method Description default CompletableFuture<ListRegionalBucketsResponse>S3ControlAsyncClient. listRegionalBuckets(Consumer<ListRegionalBucketsRequest.Builder> listRegionalBucketsRequest)Returns a list of all Outposts buckets in an Outpost that are owned by the authenticated sender of the request.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. -
Uses of ListRegionalBucketsResponse in software.amazon.awssdk.services.s3control.paginators
Methods in software.amazon.awssdk.services.s3control.paginators that return types with arguments of type ListRegionalBucketsResponse Modifier and Type Method Description Iterator<ListRegionalBucketsResponse>ListRegionalBucketsIterable. iterator()Method parameters in software.amazon.awssdk.services.s3control.paginators with type arguments of type ListRegionalBucketsResponse Modifier and Type Method Description voidListRegionalBucketsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListRegionalBucketsResponse> subscriber)
-