Uses of Class
software.amazon.awssdk.services.route53resolver.model.ResolverQueryLogConfigStatus
-
Packages that use ResolverQueryLogConfigStatus Package Description software.amazon.awssdk.services.route53resolver.model -
-
Uses of ResolverQueryLogConfigStatus in software.amazon.awssdk.services.route53resolver.model
Methods in software.amazon.awssdk.services.route53resolver.model that return ResolverQueryLogConfigStatus Modifier and Type Method Description static ResolverQueryLogConfigStatusResolverQueryLogConfigStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ResolverQueryLogConfigStatusResolverQueryLogConfig. status()The status of the specified query logging configuration.static ResolverQueryLogConfigStatusResolverQueryLogConfigStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ResolverQueryLogConfigStatus[]ResolverQueryLogConfigStatus. 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 ResolverQueryLogConfigStatus Modifier and Type Method Description static Set<ResolverQueryLogConfigStatus>ResolverQueryLogConfigStatus. knownValues()Methods in software.amazon.awssdk.services.route53resolver.model with parameters of type ResolverQueryLogConfigStatus Modifier and Type Method Description ResolverQueryLogConfig.BuilderResolverQueryLogConfig.Builder. status(ResolverQueryLogConfigStatus status)The status of the specified query logging configuration.
-