Uses of Class
software.amazon.awssdk.services.s3outposts.model.ListEndpointsResponse
-
Packages that use ListEndpointsResponse 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 ListEndpointsResponse in software.amazon.awssdk.services.s3outposts
Methods in software.amazon.awssdk.services.s3outposts that return ListEndpointsResponse Modifier and Type Method Description default ListEndpointsResponseS3OutpostsClient. listEndpoints(Consumer<ListEndpointsRequest.Builder> listEndpointsRequest)Lists endpoints associated with the specified Outpost.default ListEndpointsResponseS3OutpostsClient. listEndpoints(ListEndpointsRequest listEndpointsRequest)Lists endpoints associated with the specified Outpost.Methods in software.amazon.awssdk.services.s3outposts that return types with arguments of type ListEndpointsResponse Modifier and Type Method Description default CompletableFuture<ListEndpointsResponse>S3OutpostsAsyncClient. listEndpoints(Consumer<ListEndpointsRequest.Builder> listEndpointsRequest)Lists endpoints associated with the specified Outpost.default CompletableFuture<ListEndpointsResponse>S3OutpostsAsyncClient. listEndpoints(ListEndpointsRequest listEndpointsRequest)Lists endpoints associated with the specified Outpost. -
Uses of ListEndpointsResponse in software.amazon.awssdk.services.s3outposts.paginators
Methods in software.amazon.awssdk.services.s3outposts.paginators that return types with arguments of type ListEndpointsResponse Modifier and Type Method Description Iterator<ListEndpointsResponse>ListEndpointsIterable. iterator()Method parameters in software.amazon.awssdk.services.s3outposts.paginators with type arguments of type ListEndpointsResponse Modifier and Type Method Description voidListEndpointsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListEndpointsResponse> subscriber)
-