Uses of Class
software.amazon.awssdk.services.route53resolver.model.IpAddressStatus
-
Packages that use IpAddressStatus Package Description software.amazon.awssdk.services.route53resolver.model -
-
Uses of IpAddressStatus in software.amazon.awssdk.services.route53resolver.model
Methods in software.amazon.awssdk.services.route53resolver.model that return IpAddressStatus Modifier and Type Method Description static IpAddressStatusIpAddressStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.IpAddressStatusIpAddressResponse. status()A status code that gives the current status of the request.static IpAddressStatusIpAddressStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static IpAddressStatus[]IpAddressStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.route53resolver.model that return types with arguments of type IpAddressStatus Modifier and Type Method Description static Set<IpAddressStatus>IpAddressStatus. knownValues()Methods in software.amazon.awssdk.services.route53resolver.model with parameters of type IpAddressStatus Modifier and Type Method Description IpAddressResponse.BuilderIpAddressResponse.Builder. status(IpAddressStatus status)A status code that gives the current status of the request.
-