| 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 |
|---|---|
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.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)
The ID or the Amazon Resource Name (ARN) of the site.
|
CreateOutpostRequest |
CreateOutpostRequest.withSupportedHardwareType(String supportedHardwareType)
The type of hardware for this Outpost.
|
CreateOutpostRequest |
CreateOutpostRequest.withSupportedHardwareType(SupportedHardwareType supportedHardwareType)
The type of hardware for this Outpost.
|
CreateOutpostRequest |
CreateOutpostRequest.withTags(Map<String,String> tags)
The tags to apply to the Outpost.
|
Copyright © 2023. All rights reserved.