| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53resolver.model |
| Modifier and Type | Method and Description |
|---|---|
ResolverQueryLogConfigAssociationError |
ResolverQueryLogConfigAssociation.error()
If the value of
Status is FAILED, the value of Error indicates the cause: |
static ResolverQueryLogConfigAssociationError |
ResolverQueryLogConfigAssociationError.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static ResolverQueryLogConfigAssociationError |
ResolverQueryLogConfigAssociationError.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResolverQueryLogConfigAssociationError[] |
ResolverQueryLogConfigAssociationError.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ResolverQueryLogConfigAssociationError> |
ResolverQueryLogConfigAssociationError.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ResolverQueryLogConfigAssociation.Builder |
ResolverQueryLogConfigAssociation.Builder.error(ResolverQueryLogConfigAssociationError error)
If the value of
Status is FAILED, the value of Error indicates the
cause: |
Copyright © 2023. All rights reserved.