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