Uses of Class
software.amazon.awssdk.services.outposts.model.Address
Packages that use Address
-
Uses of Address in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return AddressModifier and TypeMethodDescriptionfinal AddressGetSiteAddressResponse.address()Information about the address.final AddressUpdateSiteAddressRequest.address()The address for the site.final AddressUpdateSiteAddressResponse.address()Information about an address.final AddressCreateSiteRequest.operatingAddress()The location to install and power on the hardware.final AddressCreateSiteRequest.shippingAddress()The location to ship the hardware.Methods in software.amazon.awssdk.services.outposts.model with parameters of type AddressModifier and TypeMethodDescriptionInformation about the address.The address for the site.Information about an address.CreateSiteRequest.Builder.operatingAddress(Address operatingAddress) The location to install and power on the hardware.CreateSiteRequest.Builder.shippingAddress(Address shippingAddress) The location to ship the hardware.