| Package | Description |
|---|---|
| com.amazonaws.services.snowball.model |
| Modifier and Type | Method and Description |
|---|---|
Address |
Address.clone() |
Address |
DescribeAddressResult.getAddress()
The address that you want the Snow device(s) associated with a specific job to be shipped to.
|
Address |
CreateAddressRequest.getAddress()
The address that you want the Snow device shipped to.
|
Address |
Address.withAddressId(String addressId)
The unique ID for an address.
|
Address |
Address.withCity(String city)
The city in an address that a Snow device is to be delivered to.
|
Address |
Address.withCompany(String company)
The name of the company to receive a Snow device at an address.
|
Address |
Address.withCountry(String country)
The country in an address that a Snow device is to be delivered to.
|
Address |
Address.withIsRestricted(Boolean isRestricted)
If the address you are creating is a primary address, then set this option to true.
|
Address |
Address.withLandmark(String landmark)
This field is no longer used and the value is ignored.
|
Address |
Address.withName(String name)
The name of a person to receive a Snow device at an address.
|
Address |
Address.withPhoneNumber(String phoneNumber)
The phone number associated with an address that a Snow device is to be delivered to.
|
Address |
Address.withPostalCode(String postalCode)
The postal code in an address that a Snow device is to be delivered to.
|
Address |
Address.withPrefectureOrDistrict(String prefectureOrDistrict)
This field is no longer used and the value is ignored.
|
Address |
Address.withStateOrProvince(String stateOrProvince)
The state or province in an address that a Snow device is to be delivered to.
|
Address |
Address.withStreet1(String street1)
The first line in a street address that a Snow device is to be delivered to.
|
Address |
Address.withStreet2(String street2)
The second line in a street address that a Snow device is to be delivered to.
|
Address |
Address.withStreet3(String street3)
The third line in a street address that a Snow device is to be delivered to.
|
| Modifier and Type | Method and Description |
|---|---|
List<Address> |
DescribeAddressesResult.getAddresses()
The Snow device shipping addresses that were created for this account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeAddressResult.setAddress(Address address)
The address that you want the Snow device(s) associated with a specific job to be shipped to.
|
void |
CreateAddressRequest.setAddress(Address address)
The address that you want the Snow device shipped to.
|
DescribeAddressResult |
DescribeAddressResult.withAddress(Address address)
The address that you want the Snow device(s) associated with a specific job to be shipped to.
|
CreateAddressRequest |
CreateAddressRequest.withAddress(Address address)
The address that you want the Snow device shipped to.
|
DescribeAddressesResult |
DescribeAddressesResult.withAddresses(Address... addresses)
The Snow device shipping addresses that were created for this account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeAddressesResult.setAddresses(Collection<Address> addresses)
The Snow device shipping addresses that were created for this account.
|
DescribeAddressesResult |
DescribeAddressesResult.withAddresses(Collection<Address> addresses)
The Snow device shipping addresses that were created for this account.
|
Copyright © 2022. All rights reserved.