Uses of Class
software.amazon.awssdk.services.outposts.model.AddressType
-
Packages that use AddressType Package Description software.amazon.awssdk.services.outposts.model -
-
Uses of AddressType in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return AddressType Modifier and Type Method Description AddressTypeGetSiteAddressRequest. addressType()The type of the address you request.AddressTypeGetSiteAddressResponse. addressType()The type of the address you receive.AddressTypeUpdateSiteAddressRequest. addressType()The type of the address.AddressTypeUpdateSiteAddressResponse. addressType()The type of the address.static AddressTypeAddressType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AddressTypeAddressType. valueOf(String name)Returns the enum constant of this type with the specified name.static AddressType[]AddressType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.outposts.model that return types with arguments of type AddressType Modifier and Type Method Description static Set<AddressType>AddressType. knownValues()Methods in software.amazon.awssdk.services.outposts.model with parameters of type AddressType Modifier and Type Method Description GetSiteAddressRequest.BuilderGetSiteAddressRequest.Builder. addressType(AddressType addressType)The type of the address you request.GetSiteAddressResponse.BuilderGetSiteAddressResponse.Builder. addressType(AddressType addressType)The type of the address you receive.UpdateSiteAddressRequest.BuilderUpdateSiteAddressRequest.Builder. addressType(AddressType addressType)The type of the address.UpdateSiteAddressResponse.BuilderUpdateSiteAddressResponse.Builder. addressType(AddressType addressType)The type of the address.
-