| Package | Description |
|---|---|
| software.amazon.awssdk.services.snowball.model |
| Modifier and Type | Method and Description |
|---|---|
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.
|
AddressType |
Address.type()
Differentiates between delivery address and pickup address in the customer account.
|
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 |
|---|---|
Address.Builder |
Address.Builder.type(AddressType type)
Differentiates between delivery address and pickup address in the customer account.
|
Copyright © 2023. All rights reserved.