| 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 ListEndpointsResponse |
S3OutpostsClient.listEndpoints(Consumer<ListEndpointsRequest.Builder> listEndpointsRequest)
Lists endpoints associated with the specified Outpost.
|
default CompletableFuture<ListEndpointsResponse> |
S3OutpostsAsyncClient.listEndpoints(Consumer<ListEndpointsRequest.Builder> listEndpointsRequest)
Lists endpoints associated with the specified Outpost.
|
default ListEndpointsIterable |
S3OutpostsClient.listEndpointsPaginator(Consumer<ListEndpointsRequest.Builder> listEndpointsRequest)
Lists endpoints associated with the specified Outpost.
|
default ListEndpointsPublisher |
S3OutpostsAsyncClient.listEndpointsPaginator(Consumer<ListEndpointsRequest.Builder> listEndpointsRequest)
Lists endpoints associated with the specified Outpost.
|
| Modifier and Type | Method and Description |
|---|---|
static ListEndpointsRequest.Builder |
ListEndpointsRequest.builder() |
ListEndpointsRequest.Builder |
ListEndpointsRequest.Builder.maxResults(Integer maxResults)
The maximum number of endpoints that will be returned in the response.
|
ListEndpointsRequest.Builder |
ListEndpointsRequest.Builder.nextToken(String nextToken)
If a previous response from this operation included a
NextToken value, provide that value here
to retrieve the next page of results. |
ListEndpointsRequest.Builder |
ListEndpointsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListEndpointsRequest.Builder |
ListEndpointsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListEndpointsRequest.Builder |
ListEndpointsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListEndpointsRequest.Builder> |
ListEndpointsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.