| Package | Description |
|---|---|
| software.amazon.awssdk.services.s3outposts |
Amazon S3 on Outposts provides access to S3 on Outposts operations.
|
| software.amazon.awssdk.services.s3outposts.model |
| 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 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 ListSharedEndpointsPublisher |
S3OutpostsAsyncClient.listSharedEndpointsPaginator(Consumer<ListSharedEndpointsRequest.Builder> listSharedEndpointsRequest)
Lists all endpoints associated with an Outpost that has been shared by Amazon Web Services Resource Access
Manager (RAM).
|
default ListSharedEndpointsIterable |
S3OutpostsClient.listSharedEndpointsPaginator(Consumer<ListSharedEndpointsRequest.Builder> 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 |
|---|---|
static ListSharedEndpointsRequest.Builder |
ListSharedEndpointsRequest.builder() |
ListSharedEndpointsRequest.Builder |
ListSharedEndpointsRequest.Builder.maxResults(Integer maxResults)
The maximum number of endpoints that will be returned in the response.
|
ListSharedEndpointsRequest.Builder |
ListSharedEndpointsRequest.Builder.nextToken(String nextToken)
If a previous response from this operation included a
NextToken value, you can provide that
value here to retrieve the next page of results. |
ListSharedEndpointsRequest.Builder |
ListSharedEndpointsRequest.Builder.outpostId(String outpostId)
The ID of the Amazon Web Services Outpost.
|
ListSharedEndpointsRequest.Builder |
ListSharedEndpointsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListSharedEndpointsRequest.Builder |
ListSharedEndpointsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListSharedEndpointsRequest.Builder |
ListSharedEndpointsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListSharedEndpointsRequest.Builder> |
ListSharedEndpointsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.