Uses of Class
software.amazon.awssdk.services.s3outposts.model.ListOutpostsWithS3Request
-
Packages that use ListOutpostsWithS3Request Package Description software.amazon.awssdk.services.s3outposts Amazon S3 on Outposts provides access to S3 on Outposts operations.software.amazon.awssdk.services.s3outposts.paginators software.amazon.awssdk.services.s3outposts.transform -
-
Uses of ListOutpostsWithS3Request in software.amazon.awssdk.services.s3outposts
Methods in software.amazon.awssdk.services.s3outposts with parameters of type ListOutpostsWithS3Request Modifier and Type Method Description default CompletableFuture<ListOutpostsWithS3Response>S3OutpostsAsyncClient. listOutpostsWithS3(ListOutpostsWithS3Request 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.default ListOutpostsWithS3PublisherS3OutpostsAsyncClient. listOutpostsWithS3Paginator(ListOutpostsWithS3Request listOutpostsWithS3Request)Lists the Outposts with S3 on Outposts capacity for your Amazon Web Services account.default ListOutpostsWithS3IterableS3OutpostsClient. listOutpostsWithS3Paginator(ListOutpostsWithS3Request listOutpostsWithS3Request)Lists the Outposts with S3 on Outposts capacity for your Amazon Web Services account. -
Uses of ListOutpostsWithS3Request in software.amazon.awssdk.services.s3outposts.paginators
Constructors in software.amazon.awssdk.services.s3outposts.paginators with parameters of type ListOutpostsWithS3Request Constructor Description ListOutpostsWithS3Iterable(S3OutpostsClient client, ListOutpostsWithS3Request firstRequest)ListOutpostsWithS3Publisher(S3OutpostsAsyncClient client, ListOutpostsWithS3Request firstRequest) -
Uses of ListOutpostsWithS3Request in software.amazon.awssdk.services.s3outposts.transform
Methods in software.amazon.awssdk.services.s3outposts.transform with parameters of type ListOutpostsWithS3Request Modifier and Type Method Description SdkHttpFullRequestListOutpostsWithS3RequestMarshaller. marshall(ListOutpostsWithS3Request listOutpostsWithS3Request)
-