| Package | Description |
|---|---|
| com.amazonaws.services.outposts.model |
| Modifier and Type | Method and Description |
|---|---|
Address |
Address.clone() |
Address |
GetSiteAddressResult.getAddress()
Information about the address.
|
Address |
UpdateSiteAddressRequest.getAddress()
The address for the site.
|
Address |
UpdateSiteAddressResult.getAddress()
Information about an address.
|
Address |
CreateSiteRequest.getOperatingAddress()
The location to install and power on the hardware.
|
Address |
CreateSiteRequest.getShippingAddress()
The location to ship the hardware.
|
Address |
Address.withAddressLine1(String addressLine1)
The first line of the address.
|
Address |
Address.withAddressLine2(String addressLine2)
The second line of the address.
|
Address |
Address.withAddressLine3(String addressLine3)
The third line of the address.
|
Address |
Address.withCity(String city)
The city for the address.
|
Address |
Address.withContactName(String contactName)
The name of the contact.
|
Address |
Address.withContactPhoneNumber(String contactPhoneNumber)
The phone number of the contact.
|
Address |
Address.withCountryCode(String countryCode)
The ISO-3166 two-letter country code for the address.
|
Address |
Address.withDistrictOrCounty(String districtOrCounty)
The district or county for the address.
|
Address |
Address.withMunicipality(String municipality)
The municipality for the address.
|
Address |
Address.withPostalCode(String postalCode)
The postal code for the address.
|
Address |
Address.withStateOrRegion(String stateOrRegion)
The state for the address.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetSiteAddressResult.setAddress(Address address)
Information about the address.
|
void |
UpdateSiteAddressRequest.setAddress(Address address)
The address for the site.
|
void |
UpdateSiteAddressResult.setAddress(Address address)
Information about an address.
|
void |
CreateSiteRequest.setOperatingAddress(Address operatingAddress)
The location to install and power on the hardware.
|
void |
CreateSiteRequest.setShippingAddress(Address shippingAddress)
The location to ship the hardware.
|
GetSiteAddressResult |
GetSiteAddressResult.withAddress(Address address)
Information about the address.
|
UpdateSiteAddressRequest |
UpdateSiteAddressRequest.withAddress(Address address)
The address for the site.
|
UpdateSiteAddressResult |
UpdateSiteAddressResult.withAddress(Address address)
Information about an address.
|
CreateSiteRequest |
CreateSiteRequest.withOperatingAddress(Address operatingAddress)
The location to install and power on the hardware.
|
CreateSiteRequest |
CreateSiteRequest.withShippingAddress(Address shippingAddress)
The location to ship the hardware.
|
Copyright © 2024. All rights reserved.