| Package | Description |
|---|---|
| com.amazonaws.services.outposts |
AWS Outposts is a fully-managed service that extends AWS infrastructure, APIs, and tools to customer premises.
|
| com.amazonaws.services.outposts.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateOutpostResult> |
AbstractAWSOutpostsAsync.createOutpostAsync(CreateOutpostRequest request,
AsyncHandler<CreateOutpostRequest,CreateOutpostResult> asyncHandler) |
Future<CreateOutpostResult> |
AWSOutpostsAsyncClient.createOutpostAsync(CreateOutpostRequest request,
AsyncHandler<CreateOutpostRequest,CreateOutpostResult> asyncHandler) |
Future<CreateOutpostResult> |
AWSOutpostsAsync.createOutpostAsync(CreateOutpostRequest createOutpostRequest,
AsyncHandler<CreateOutpostRequest,CreateOutpostResult> asyncHandler)
Creates an Outpost.
|
| Modifier and Type | Method and Description |
|---|---|
CreateOutpostRequest |
CreateOutpostRequest.clone() |
CreateOutpostRequest |
CreateOutpostRequest.withAvailabilityZone(String availabilityZone) |
CreateOutpostRequest |
CreateOutpostRequest.withAvailabilityZoneId(String availabilityZoneId) |
CreateOutpostRequest |
CreateOutpostRequest.withDescription(String description) |
CreateOutpostRequest |
CreateOutpostRequest.withName(String name) |
CreateOutpostRequest |
CreateOutpostRequest.withSiteId(String siteId) |
Copyright © 2020. All rights reserved.