| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53resolver.model |
| Modifier and Type | Method and Description |
|---|---|
static ResolverRuleAssociationStatus |
ResolverRuleAssociationStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ResolverRuleAssociationStatus |
ResolverRuleAssociation.status()
A code that specifies the current status of the association between a Resolver rule and a VPC.
|
static ResolverRuleAssociationStatus |
ResolverRuleAssociationStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResolverRuleAssociationStatus[] |
ResolverRuleAssociationStatus.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<ResolverRuleAssociationStatus> |
ResolverRuleAssociationStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ResolverRuleAssociation.Builder |
ResolverRuleAssociation.Builder.status(ResolverRuleAssociationStatus status)
A code that specifies the current status of the association between a Resolver rule and a VPC.
|
Copyright © 2023. All rights reserved.