| 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> |
AWSOutpostsAsync.createOutpostAsync(CreateOutpostRequest createOutpostRequest,
AsyncHandler<CreateOutpostRequest,CreateOutpostResult> asyncHandler)
Creates an Outpost.
|
Future<CreateOutpostResult> |
AWSOutpostsAsyncClient.createOutpostAsync(CreateOutpostRequest request,
AsyncHandler<CreateOutpostRequest,CreateOutpostResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateOutpostRequest |
CreateOutpostRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateOutpostRequest |
CreateOutpostRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
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) |
CreateOutpostRequest |
CreateOutpostRequest.withTags(Map<String,String> tags)
The tags to apply to the Outpost.
|
Copyright © 2021. All rights reserved.