| 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<UpdateOutpostResult> |
AbstractAWSOutpostsAsync.updateOutpostAsync(UpdateOutpostRequest request,
AsyncHandler<UpdateOutpostRequest,UpdateOutpostResult> asyncHandler) |
Future<UpdateOutpostResult> |
AWSOutpostsAsync.updateOutpostAsync(UpdateOutpostRequest updateOutpostRequest,
AsyncHandler<UpdateOutpostRequest,UpdateOutpostResult> asyncHandler)
Updates an Outpost.
|
Future<UpdateOutpostResult> |
AWSOutpostsAsyncClient.updateOutpostAsync(UpdateOutpostRequest request,
AsyncHandler<UpdateOutpostRequest,UpdateOutpostResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateOutpostRequest |
UpdateOutpostRequest.clone() |
UpdateOutpostRequest |
UpdateOutpostRequest.withDescription(String description) |
UpdateOutpostRequest |
UpdateOutpostRequest.withName(String name) |
UpdateOutpostRequest |
UpdateOutpostRequest.withOutpostId(String outpostId)
The ID or the Amazon Resource Name (ARN) of the Outpost.
|
UpdateOutpostRequest |
UpdateOutpostRequest.withSupportedHardwareType(String supportedHardwareType)
The type of hardware for this Outpost.
|
UpdateOutpostRequest |
UpdateOutpostRequest.withSupportedHardwareType(SupportedHardwareType supportedHardwareType)
The type of hardware for this Outpost.
|
Copyright © 2022. All rights reserved.