Uses of Class
software.amazon.awssdk.services.s3outposts.model.ListSharedEndpointsRequest
-
Packages that use ListSharedEndpointsRequest 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 ListSharedEndpointsRequest in software.amazon.awssdk.services.s3outposts
Methods in software.amazon.awssdk.services.s3outposts with parameters of type ListSharedEndpointsRequest Modifier and Type Method Description 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).default ListSharedEndpointsResponseS3OutpostsClient. listSharedEndpoints(ListSharedEndpointsRequest listSharedEndpointsRequest)Lists all endpoints associated with an Outpost that has been shared by Amazon Web Services Resource Access Manager (RAM).default ListSharedEndpointsPublisherS3OutpostsAsyncClient. listSharedEndpointsPaginator(ListSharedEndpointsRequest listSharedEndpointsRequest)This is a variant ofS3OutpostsAsyncClient.listSharedEndpoints(software.amazon.awssdk.services.s3outposts.model.ListSharedEndpointsRequest)operation.default ListSharedEndpointsIterableS3OutpostsClient. listSharedEndpointsPaginator(ListSharedEndpointsRequest listSharedEndpointsRequest)This is a variant ofS3OutpostsClient.listSharedEndpoints(software.amazon.awssdk.services.s3outposts.model.ListSharedEndpointsRequest)operation. -
Uses of ListSharedEndpointsRequest in software.amazon.awssdk.services.s3outposts.paginators
Constructors in software.amazon.awssdk.services.s3outposts.paginators with parameters of type ListSharedEndpointsRequest Constructor Description ListSharedEndpointsIterable(S3OutpostsClient client, ListSharedEndpointsRequest firstRequest)ListSharedEndpointsPublisher(S3OutpostsAsyncClient client, ListSharedEndpointsRequest firstRequest) -
Uses of ListSharedEndpointsRequest in software.amazon.awssdk.services.s3outposts.transform
Methods in software.amazon.awssdk.services.s3outposts.transform with parameters of type ListSharedEndpointsRequest Modifier and Type Method Description SdkHttpFullRequestListSharedEndpointsRequestMarshaller. marshall(ListSharedEndpointsRequest listSharedEndpointsRequest)
-