Uses of Class
software.amazon.awssdk.services.s3outposts.model.ListOutpostsWithS3Response
-
Packages that use ListOutpostsWithS3Response Package Description software.amazon.awssdk.services.s3outposts Amazon S3 on Outposts provides access to S3 on Outposts operations.software.amazon.awssdk.services.s3outposts.paginators -
-
Uses of ListOutpostsWithS3Response in software.amazon.awssdk.services.s3outposts
Methods in software.amazon.awssdk.services.s3outposts that return ListOutpostsWithS3Response Modifier and Type Method Description default ListOutpostsWithS3ResponseS3OutpostsClient. listOutpostsWithS3(Consumer<ListOutpostsWithS3Request.Builder> listOutpostsWithS3Request)Lists the Outposts with S3 on Outposts capacity for your Amazon Web Services account.default ListOutpostsWithS3ResponseS3OutpostsClient. listOutpostsWithS3(ListOutpostsWithS3Request listOutpostsWithS3Request)Lists the Outposts with S3 on Outposts capacity for your Amazon Web Services account.Methods in software.amazon.awssdk.services.s3outposts that return types with arguments of type ListOutpostsWithS3Response Modifier and Type Method Description default CompletableFuture<ListOutpostsWithS3Response>S3OutpostsAsyncClient. listOutpostsWithS3(Consumer<ListOutpostsWithS3Request.Builder> listOutpostsWithS3Request)Lists the Outposts with S3 on Outposts capacity for your Amazon Web Services account.default CompletableFuture<ListOutpostsWithS3Response>S3OutpostsAsyncClient. listOutpostsWithS3(ListOutpostsWithS3Request listOutpostsWithS3Request)Lists the Outposts with S3 on Outposts capacity for your Amazon Web Services account. -
Uses of ListOutpostsWithS3Response in software.amazon.awssdk.services.s3outposts.paginators
Methods in software.amazon.awssdk.services.s3outposts.paginators that return types with arguments of type ListOutpostsWithS3Response Modifier and Type Method Description Iterator<ListOutpostsWithS3Response>ListOutpostsWithS3Iterable. iterator()Method parameters in software.amazon.awssdk.services.s3outposts.paginators with type arguments of type ListOutpostsWithS3Response Modifier and Type Method Description voidListOutpostsWithS3Publisher. subscribe(org.reactivestreams.Subscriber<? super ListOutpostsWithS3Response> subscriber)
-