| 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<UpdateSiteAddressResult> |
AWSOutpostsAsyncClient.updateSiteAddressAsync(UpdateSiteAddressRequest request,
AsyncHandler<UpdateSiteAddressRequest,UpdateSiteAddressResult> asyncHandler) |
Future<UpdateSiteAddressResult> |
AWSOutpostsAsync.updateSiteAddressAsync(UpdateSiteAddressRequest updateSiteAddressRequest,
AsyncHandler<UpdateSiteAddressRequest,UpdateSiteAddressResult> asyncHandler)
Updates the address of the specified site.
|
Future<UpdateSiteAddressResult> |
AbstractAWSOutpostsAsync.updateSiteAddressAsync(UpdateSiteAddressRequest request,
AsyncHandler<UpdateSiteAddressRequest,UpdateSiteAddressResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateSiteAddressRequest |
UpdateSiteAddressRequest.clone() |
UpdateSiteAddressRequest |
UpdateSiteAddressRequest.withAddress(Address address)
The address for the site.
|
UpdateSiteAddressRequest |
UpdateSiteAddressRequest.withAddressType(AddressType addressType)
The type of the address.
|
UpdateSiteAddressRequest |
UpdateSiteAddressRequest.withAddressType(String addressType)
The type of the address.
|
UpdateSiteAddressRequest |
UpdateSiteAddressRequest.withSiteId(String siteId)
The ID or the Amazon Resource Name (ARN) of the site.
|
Copyright © 2023. All rights reserved.