| 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<ListOutpostsWithS3Response> |
S3OutpostsAsyncClient.listOutpostsWithS3(Consumer<ListOutpostsWithS3Request.Builder> listOutpostsWithS3Request)
Lists the Outposts with S3 on Outposts capacity for your Amazon Web Services account.
|
default ListOutpostsWithS3Response |
S3OutpostsClient.listOutpostsWithS3(Consumer<ListOutpostsWithS3Request.Builder> listOutpostsWithS3Request)
Lists the Outposts with S3 on Outposts capacity for your Amazon Web Services account.
|
default ListOutpostsWithS3Publisher |
S3OutpostsAsyncClient.listOutpostsWithS3Paginator(Consumer<ListOutpostsWithS3Request.Builder> listOutpostsWithS3Request)
Lists the Outposts with S3 on Outposts capacity for your Amazon Web Services account.
|
default ListOutpostsWithS3Iterable |
S3OutpostsClient.listOutpostsWithS3Paginator(Consumer<ListOutpostsWithS3Request.Builder> listOutpostsWithS3Request)
Lists the Outposts with S3 on Outposts capacity for your Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
static ListOutpostsWithS3Request.Builder |
ListOutpostsWithS3Request.builder() |
ListOutpostsWithS3Request.Builder |
ListOutpostsWithS3Request.Builder.maxResults(Integer maxResults)
The maximum number of Outposts to return.
|
ListOutpostsWithS3Request.Builder |
ListOutpostsWithS3Request.Builder.nextToken(String nextToken)
When you can get additional results from the
ListOutpostsWithS3 call, a NextToken
parameter is returned in the output. |
ListOutpostsWithS3Request.Builder |
ListOutpostsWithS3Request.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListOutpostsWithS3Request.Builder |
ListOutpostsWithS3Request.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListOutpostsWithS3Request.Builder |
ListOutpostsWithS3Request.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListOutpostsWithS3Request.Builder> |
ListOutpostsWithS3Request.serializableBuilderClass() |
Copyright © 2023. All rights reserved.