Uses of Class
software.amazon.awssdk.services.s3outposts.model.ListEndpointsRequest
-
Packages that use ListEndpointsRequest 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 ListEndpointsRequest in software.amazon.awssdk.services.s3outposts
Methods in software.amazon.awssdk.services.s3outposts with parameters of type ListEndpointsRequest Modifier and Type Method Description default CompletableFuture<ListEndpointsResponse>S3OutpostsAsyncClient. listEndpoints(ListEndpointsRequest listEndpointsRequest)Lists endpoints associated with the specified Outpost.default ListEndpointsResponseS3OutpostsClient. listEndpoints(ListEndpointsRequest listEndpointsRequest)Lists endpoints associated with the specified Outpost.default ListEndpointsPublisherS3OutpostsAsyncClient. listEndpointsPaginator(ListEndpointsRequest listEndpointsRequest)This is a variant ofS3OutpostsAsyncClient.listEndpoints(software.amazon.awssdk.services.s3outposts.model.ListEndpointsRequest)operation.default ListEndpointsIterableS3OutpostsClient. listEndpointsPaginator(ListEndpointsRequest listEndpointsRequest)This is a variant ofS3OutpostsClient.listEndpoints(software.amazon.awssdk.services.s3outposts.model.ListEndpointsRequest)operation. -
Uses of ListEndpointsRequest in software.amazon.awssdk.services.s3outposts.paginators
Constructors in software.amazon.awssdk.services.s3outposts.paginators with parameters of type ListEndpointsRequest Constructor Description ListEndpointsIterable(S3OutpostsClient client, ListEndpointsRequest firstRequest)ListEndpointsPublisher(S3OutpostsAsyncClient client, ListEndpointsRequest firstRequest) -
Uses of ListEndpointsRequest in software.amazon.awssdk.services.s3outposts.transform
Methods in software.amazon.awssdk.services.s3outposts.transform with parameters of type ListEndpointsRequest Modifier and Type Method Description SdkHttpFullRequestListEndpointsRequestMarshaller. marshall(ListEndpointsRequest listEndpointsRequest)
-