| Package | Description |
|---|---|
| software.amazon.awssdk.services.outposts.model |
| Modifier and Type | Method and Description |
|---|---|
AddressType |
GetSiteAddressResponse.addressType()
The type of the address you receive.
|
AddressType |
UpdateSiteAddressResponse.addressType()
The type of the address.
|
AddressType |
GetSiteAddressRequest.addressType()
The type of the address you request.
|
AddressType |
UpdateSiteAddressRequest.addressType()
The type of the address.
|
static AddressType |
AddressType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static AddressType |
AddressType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AddressType[] |
AddressType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<AddressType> |
AddressType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetSiteAddressResponse.Builder |
GetSiteAddressResponse.Builder.addressType(AddressType addressType)
The type of the address you receive.
|
UpdateSiteAddressResponse.Builder |
UpdateSiteAddressResponse.Builder.addressType(AddressType addressType)
The type of the address.
|
GetSiteAddressRequest.Builder |
GetSiteAddressRequest.Builder.addressType(AddressType addressType)
The type of the address you request.
|
UpdateSiteAddressRequest.Builder |
UpdateSiteAddressRequest.Builder.addressType(AddressType addressType)
The type of the address.
|
Copyright © 2023. All rights reserved.