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