| 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<ListEndpointsResponse> |
S3OutpostsAsyncClient.listEndpoints(Consumer<ListEndpointsRequest.Builder> listEndpointsRequest)
Amazon S3 on Outposts Access Points simplify managing data access at scale for shared datasets in S3 on Outposts.
|
default ListEndpointsResponse |
S3OutpostsClient.listEndpoints(Consumer<ListEndpointsRequest.Builder> listEndpointsRequest)
Amazon S3 on Outposts Access Points simplify managing data access at scale for shared datasets in S3 on Outposts.
|
default ListEndpointsPublisher |
S3OutpostsAsyncClient.listEndpointsPaginator(Consumer<ListEndpointsRequest.Builder> listEndpointsRequest)
Amazon S3 on Outposts Access Points simplify managing data access at scale for shared datasets in S3 on Outposts.
|
default ListEndpointsIterable |
S3OutpostsClient.listEndpointsPaginator(Consumer<ListEndpointsRequest.Builder> listEndpointsRequest)
Amazon S3 on Outposts Access Points simplify managing data access at scale for shared datasets in S3 on Outposts.
|
| Modifier and Type | Method and Description |
|---|---|
static ListEndpointsRequest.Builder |
ListEndpointsRequest.builder() |
ListEndpointsRequest.Builder |
ListEndpointsRequest.Builder.maxResults(Integer maxResults)
The max number of endpoints that can be returned on the request.
|
ListEndpointsRequest.Builder |
ListEndpointsRequest.Builder.nextToken(String nextToken)
The next endpoint requested in the list.
|
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 © 2021. All rights reserved.