Uses of Class
software.amazon.awssdk.services.route53resolver.model.ResolverEndpointStatus
-
Packages that use ResolverEndpointStatus Package Description software.amazon.awssdk.services.route53resolver.model -
-
Uses of ResolverEndpointStatus in software.amazon.awssdk.services.route53resolver.model
Methods in software.amazon.awssdk.services.route53resolver.model that return ResolverEndpointStatus Modifier and Type Method Description static ResolverEndpointStatusResolverEndpointStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ResolverEndpointStatusResolverEndpoint. status()A code that specifies the current status of the Resolver endpoint.static ResolverEndpointStatusResolverEndpointStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ResolverEndpointStatus[]ResolverEndpointStatus. 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 ResolverEndpointStatus Modifier and Type Method Description static Set<ResolverEndpointStatus>ResolverEndpointStatus. knownValues()Methods in software.amazon.awssdk.services.route53resolver.model with parameters of type ResolverEndpointStatus Modifier and Type Method Description ResolverEndpoint.BuilderResolverEndpoint.Builder. status(ResolverEndpointStatus status)A code that specifies the current status of the Resolver endpoint.
-