Uses of Class
software.amazon.awssdk.services.snowball.model.AddressType
-
Packages that use AddressType Package Description software.amazon.awssdk.services.snowball.model -
-
Uses of AddressType in software.amazon.awssdk.services.snowball.model
Methods in software.amazon.awssdk.services.snowball.model that return AddressType Modifier and Type Method Description static AddressTypeAddressType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AddressTypeAddress. type()Differentiates between delivery address and pickup address in the customer account.static AddressTypeAddressType. 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.Methods in software.amazon.awssdk.services.snowball.model that return types with arguments of type AddressType Modifier and Type Method Description static Set<AddressType>AddressType. knownValues()Methods in software.amazon.awssdk.services.snowball.model with parameters of type AddressType Modifier and Type Method Description Address.BuilderAddress.Builder. type(AddressType type)Differentiates between delivery address and pickup address in the customer account.
-