| Package | Description |
|---|---|
| software.amazon.awssdk.services.outposts |
AWS Outposts is a fully-managed service that extends AWS infrastructure, APIs, and tools to customer premises.
|
| software.amazon.awssdk.services.outposts.model |
| Modifier and Type | Method and Description |
|---|---|
default GetOutpostInstanceTypesResponse |
OutpostsClient.getOutpostInstanceTypes(Consumer<GetOutpostInstanceTypesRequest.Builder> getOutpostInstanceTypesRequest)
Lists the instance types for the specified Outpost.
|
default CompletableFuture<GetOutpostInstanceTypesResponse> |
OutpostsAsyncClient.getOutpostInstanceTypes(Consumer<GetOutpostInstanceTypesRequest.Builder> getOutpostInstanceTypesRequest)
Lists the instance types for the specified Outpost.
|
| Modifier and Type | Method and Description |
|---|---|
static GetOutpostInstanceTypesRequest.Builder |
GetOutpostInstanceTypesRequest.builder() |
GetOutpostInstanceTypesRequest.Builder |
GetOutpostInstanceTypesRequest.Builder.maxResults(Integer maxResults)
Sets the value of the MaxResults property for this object.
|
GetOutpostInstanceTypesRequest.Builder |
GetOutpostInstanceTypesRequest.Builder.nextToken(String nextToken)
Sets the value of the NextToken property for this object.
|
GetOutpostInstanceTypesRequest.Builder |
GetOutpostInstanceTypesRequest.Builder.outpostId(String outpostId)
Sets the value of the OutpostId property for this object.
|
GetOutpostInstanceTypesRequest.Builder |
GetOutpostInstanceTypesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetOutpostInstanceTypesRequest.Builder |
GetOutpostInstanceTypesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetOutpostInstanceTypesRequest.Builder |
GetOutpostInstanceTypesRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetOutpostInstanceTypesRequest.Builder> |
GetOutpostInstanceTypesRequest.serializableBuilderClass() |
Copyright © 2020. All rights reserved.