Uses of Enum
software.amazon.awssdk.services.outposts.model.AddressType
Packages that use AddressType
-
Uses of AddressType in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return AddressTypeModifier and TypeMethodDescriptionfinal AddressTypeGetSiteAddressRequest.addressType()The type of the address you request.final AddressTypeGetSiteAddressResponse.addressType()The type of the address you receive.final AddressTypeUpdateSiteAddressRequest.addressType()The type of the address.final AddressTypeUpdateSiteAddressResponse.addressType()The type of the address.static AddressTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.static AddressTypeReturns 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 AddressTypeMethods in software.amazon.awssdk.services.outposts.model with parameters of type AddressTypeModifier and TypeMethodDescriptionGetSiteAddressRequest.Builder.addressType(AddressType addressType) The type of the address you request.GetSiteAddressResponse.Builder.addressType(AddressType addressType) The type of the address you receive.UpdateSiteAddressRequest.Builder.addressType(AddressType addressType) The type of the address.UpdateSiteAddressResponse.Builder.addressType(AddressType addressType) The type of the address.