| Package | Description |
|---|---|
| com.amazonaws.services.private5g.model |
| Modifier and Type | Method and Description |
|---|---|
Address |
Address.clone() |
Address |
ReturnInformation.getShippingAddress()
The shipping address.
|
Address |
Order.getShippingAddress()
The shipping address of the order.
|
Address |
StartNetworkResourceUpdateRequest.getShippingAddress()
The shipping address.
|
Address |
ActivateNetworkSiteRequest.getShippingAddress()
The shipping address of the network site.
|
Address |
Address.withCity(String city)
The city for this address.
|
Address |
Address.withCompany(String company)
The company name for this address.
|
Address |
Address.withCountry(String country)
The country for this address.
|
Address |
Address.withEmailAddress(String emailAddress)
The recipient's email address.
|
Address |
Address.withName(String name)
The recipient's name for this address.
|
Address |
Address.withPhoneNumber(String phoneNumber)
The recipient's phone number.
|
Address |
Address.withPostalCode(String postalCode)
The postal code for this address.
|
Address |
Address.withStateOrProvince(String stateOrProvince)
The state or province for this address.
|
Address |
Address.withStreet1(String street1)
The first line of the street address.
|
Address |
Address.withStreet2(String street2)
The second line of the street address.
|
Address |
Address.withStreet3(String street3)
The third line of the street address.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReturnInformation.setShippingAddress(Address shippingAddress)
The shipping address.
|
void |
Order.setShippingAddress(Address shippingAddress)
The shipping address of the order.
|
void |
StartNetworkResourceUpdateRequest.setShippingAddress(Address shippingAddress)
The shipping address.
|
void |
ActivateNetworkSiteRequest.setShippingAddress(Address shippingAddress)
The shipping address of the network site.
|
ReturnInformation |
ReturnInformation.withShippingAddress(Address shippingAddress)
The shipping address.
|
Order |
Order.withShippingAddress(Address shippingAddress)
The shipping address of the order.
|
StartNetworkResourceUpdateRequest |
StartNetworkResourceUpdateRequest.withShippingAddress(Address shippingAddress)
The shipping address.
|
ActivateNetworkSiteRequest |
ActivateNetworkSiteRequest.withShippingAddress(Address shippingAddress)
The shipping address of the network site.
|
Copyright © 2023. All rights reserved.