| Package | Description |
|---|---|
| com.amazonaws.services.outposts |
Amazon Web Services Outposts is a fully managed service that extends Amazon Web Services infrastructure, APIs, and
tools to customer premises.
|
| com.amazonaws.services.outposts.model |
| Modifier and Type | Method and Description |
|---|---|
GetOutpostInstanceTypesResult |
AWSOutpostsClient.getOutpostInstanceTypes(GetOutpostInstanceTypesRequest request)
Gets the instance types for the specified Outpost.
|
GetOutpostInstanceTypesResult |
AbstractAWSOutposts.getOutpostInstanceTypes(GetOutpostInstanceTypesRequest request) |
GetOutpostInstanceTypesResult |
AWSOutposts.getOutpostInstanceTypes(GetOutpostInstanceTypesRequest getOutpostInstanceTypesRequest)
Gets the instance types for the specified Outpost.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetOutpostInstanceTypesResult> |
AWSOutpostsAsyncClient.getOutpostInstanceTypesAsync(GetOutpostInstanceTypesRequest request,
AsyncHandler<GetOutpostInstanceTypesRequest,GetOutpostInstanceTypesResult> asyncHandler) |
Future<GetOutpostInstanceTypesResult> |
AbstractAWSOutpostsAsync.getOutpostInstanceTypesAsync(GetOutpostInstanceTypesRequest request,
AsyncHandler<GetOutpostInstanceTypesRequest,GetOutpostInstanceTypesResult> asyncHandler) |
Future<GetOutpostInstanceTypesResult> |
AWSOutpostsAsync.getOutpostInstanceTypesAsync(GetOutpostInstanceTypesRequest getOutpostInstanceTypesRequest,
AsyncHandler<GetOutpostInstanceTypesRequest,GetOutpostInstanceTypesResult> asyncHandler)
Gets the instance types for the specified Outpost.
|
| Modifier and Type | Method and Description |
|---|---|
GetOutpostInstanceTypesResult |
GetOutpostInstanceTypesResult.clone() |
GetOutpostInstanceTypesResult |
GetOutpostInstanceTypesResult.withInstanceTypes(Collection<InstanceTypeItem> instanceTypes) |
GetOutpostInstanceTypesResult |
GetOutpostInstanceTypesResult.withInstanceTypes(InstanceTypeItem... instanceTypes)
NOTE: This method appends the values to the existing list (if any).
|
GetOutpostInstanceTypesResult |
GetOutpostInstanceTypesResult.withNextToken(String nextToken) |
GetOutpostInstanceTypesResult |
GetOutpostInstanceTypesResult.withOutpostArn(String outpostArn) |
GetOutpostInstanceTypesResult |
GetOutpostInstanceTypesResult.withOutpostId(String outpostId)
The ID of the Outpost.
|
Copyright © 2022. All rights reserved.