| Package | Description |
|---|---|
| software.amazon.awssdk.services.s3outposts |
Amazon S3 on Outposts provides access to S3 on Outposts operations.
|
| software.amazon.awssdk.services.s3outposts.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListSharedEndpointsResponse |
S3OutpostsClient.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 ListSharedEndpointsResponse |
S3OutpostsClient.listSharedEndpoints(ListSharedEndpointsRequest listSharedEndpointsRequest)
Lists all endpoints associated with an Outpost that has been shared by Amazon Web Services Resource Access
Manager (RAM).
|
| Modifier and Type | Method and 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).
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListSharedEndpointsResponse> |
ListSharedEndpointsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListSharedEndpointsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListSharedEndpointsResponse> subscriber) |
Copyright © 2023. All rights reserved.