Uses of Class
software.amazon.awssdk.services.snowball.model.Address
-
Packages that use Address Package Description software.amazon.awssdk.services.snowball.model software.amazon.awssdk.services.snowball.paginators -
-
Uses of Address in software.amazon.awssdk.services.snowball.model
Methods in software.amazon.awssdk.services.snowball.model that return Address Modifier and Type Method Description AddressCreateAddressRequest. address()The address that you want the Snow device shipped to.AddressDescribeAddressResponse. address()The address that you want the Snow device(s) associated with a specific job to be shipped to.Methods in software.amazon.awssdk.services.snowball.model that return types with arguments of type Address Modifier and Type Method Description List<Address>DescribeAddressesResponse. addresses()The Snow device shipping addresses that were created for this account.List<Address>ListPickupLocationsResponse. addresses()Information about the address of pickup locations.Methods in software.amazon.awssdk.services.snowball.model with parameters of type Address Modifier and Type Method Description CreateAddressRequest.BuilderCreateAddressRequest.Builder. address(Address address)The address that you want the Snow device shipped to.DescribeAddressResponse.BuilderDescribeAddressResponse.Builder. address(Address address)The address that you want the Snow device(s) associated with a specific job to be shipped to.DescribeAddressesResponse.BuilderDescribeAddressesResponse.Builder. addresses(Address... addresses)The Snow device shipping addresses that were created for this account.ListPickupLocationsResponse.BuilderListPickupLocationsResponse.Builder. addresses(Address... addresses)Information about the address of pickup locations.Method parameters in software.amazon.awssdk.services.snowball.model with type arguments of type Address Modifier and Type Method Description DescribeAddressesResponse.BuilderDescribeAddressesResponse.Builder. addresses(Collection<Address> addresses)The Snow device shipping addresses that were created for this account.ListPickupLocationsResponse.BuilderListPickupLocationsResponse.Builder. addresses(Collection<Address> addresses)Information about the address of pickup locations. -
Uses of Address in software.amazon.awssdk.services.snowball.paginators
Methods in software.amazon.awssdk.services.snowball.paginators that return types with arguments of type Address Modifier and Type Method Description SdkIterable<Address>DescribeAddressesIterable. addresses()Returns an iterable to iterate through the paginatedDescribeAddressesResponse.addresses()member.SdkPublisher<Address>DescribeAddressesPublisher. addresses()Returns a publisher that can be used to get a stream of data.
-