Uses of Class
software.amazon.awssdk.services.s3outposts.model.ListSharedEndpointsResponse
-
Packages that use ListSharedEndpointsResponse 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 ListSharedEndpointsResponse in software.amazon.awssdk.services.s3outposts
Methods in software.amazon.awssdk.services.s3outposts that return ListSharedEndpointsResponse Modifier and Type Method Description default ListSharedEndpointsResponseS3OutpostsClient. listSharedEndpoints(Consumer<ListSharedEndpointsRequest.Builder> listSharedEndpointsRequest)Lists all endpoints associated with an Outpost that has been shared by Amazon Web Services Resource Access Manager (RAM).default ListSharedEndpointsResponseS3OutpostsClient. listSharedEndpoints(ListSharedEndpointsRequest listSharedEndpointsRequest)Lists all endpoints associated with an Outpost that has been shared by Amazon Web Services Resource Access Manager (RAM).Methods in software.amazon.awssdk.services.s3outposts that return types with arguments of type ListSharedEndpointsResponse Modifier and Type Method Description default CompletableFuture<ListSharedEndpointsResponse>S3OutpostsAsyncClient. listSharedEndpoints(Consumer<ListSharedEndpointsRequest.Builder> listSharedEndpointsRequest)Lists all endpoints associated with an Outpost that has been shared by Amazon Web Services Resource Access Manager (RAM).default CompletableFuture<ListSharedEndpointsResponse>S3OutpostsAsyncClient. listSharedEndpoints(ListSharedEndpointsRequest listSharedEndpointsRequest)Lists all endpoints associated with an Outpost that has been shared by Amazon Web Services Resource Access Manager (RAM). -
Uses of ListSharedEndpointsResponse in software.amazon.awssdk.services.s3outposts.paginators
Methods in software.amazon.awssdk.services.s3outposts.paginators that return types with arguments of type ListSharedEndpointsResponse Modifier and Type Method Description Iterator<ListSharedEndpointsResponse>ListSharedEndpointsIterable. iterator()Method parameters in software.amazon.awssdk.services.s3outposts.paginators with type arguments of type ListSharedEndpointsResponse Modifier and Type Method Description voidListSharedEndpointsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListSharedEndpointsResponse> subscriber)
-