| Package | Description |
|---|---|
| software.amazon.awssdk.services.snowball.model | |
| software.amazon.awssdk.services.snowball.paginators |
| Modifier and Type | Method and Description |
|---|---|
Address |
CreateAddressRequest.address()
The address that you want the Snow device shipped to.
|
Address |
DescribeAddressResponse.address()
The address that you want the Snow device(s) associated with a specific job to be shipped to.
|
| Modifier and Type | Method and Description |
|---|---|
List<Address> |
DescribeAddressesResponse.addresses()
The Snow device shipping addresses that were created for this account.
|
| Modifier and Type | Method and Description |
|---|---|
CreateAddressRequest.Builder |
CreateAddressRequest.Builder.address(Address address)
The address that you want the Snow device shipped to.
|
DescribeAddressResponse.Builder |
DescribeAddressResponse.Builder.address(Address address)
The address that you want the Snow device(s) associated with a specific job to be shipped to.
|
DescribeAddressesResponse.Builder |
DescribeAddressesResponse.Builder.addresses(Address... addresses)
The Snow device shipping addresses that were created for this account.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeAddressesResponse.Builder |
DescribeAddressesResponse.Builder.addresses(Collection<Address> addresses)
The Snow device shipping addresses that were created for this account.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<Address> |
DescribeAddressesIterable.addresses()
Returns an iterable to iterate through the paginated
DescribeAddressesResponse.addresses() member. |
SdkPublisher<Address> |
DescribeAddressesPublisher.addresses()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2021. All rights reserved.