| Package | Description |
|---|---|
| com.amazonaws.services.route53resolver.model |
| Modifier and Type | Method and Description |
|---|---|
ResolverRuleAssociation |
ResolverRuleAssociation.clone() |
ResolverRuleAssociation |
DisassociateResolverRuleResult.getResolverRuleAssociation()
Information about the
DisassociateResolverRule request, including the status of the request. |
ResolverRuleAssociation |
AssociateResolverRuleResult.getResolverRuleAssociation()
Information about the
AssociateResolverRule request, including the status of the request. |
ResolverRuleAssociation |
GetResolverRuleAssociationResult.getResolverRuleAssociation()
Information about the resolver rule association that you specified in a
GetResolverRuleAssociation
request. |
ResolverRuleAssociation |
ResolverRuleAssociation.withId(String id)
The ID of the association between a resolver rule and a VPC.
|
ResolverRuleAssociation |
ResolverRuleAssociation.withName(String name)
The name of an association between a resolver rule and a VPC.
|
ResolverRuleAssociation |
ResolverRuleAssociation.withResolverRuleId(String resolverRuleId)
The ID of the resolver rule that you associated with the VPC that is specified by
VPCId. |
ResolverRuleAssociation |
ResolverRuleAssociation.withStatus(ResolverRuleAssociationStatus status)
A code that specifies the current status of the association between a resolver rule and a VPC.
|
ResolverRuleAssociation |
ResolverRuleAssociation.withStatus(String status)
A code that specifies the current status of the association between a resolver rule and a VPC.
|
ResolverRuleAssociation |
ResolverRuleAssociation.withStatusMessage(String statusMessage)
A detailed description of the status of the association between a resolver rule and a VPC.
|
ResolverRuleAssociation |
ResolverRuleAssociation.withVPCId(String vPCId)
The ID of the VPC that you associated the resolver rule with.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResolverRuleAssociation> |
ListResolverRuleAssociationsResult.getResolverRuleAssociations()
The associations that were created between resolver rules and VPCs using the current AWS account, and that match
the specified filters, if any.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DisassociateResolverRuleResult.setResolverRuleAssociation(ResolverRuleAssociation resolverRuleAssociation)
Information about the
DisassociateResolverRule request, including the status of the request. |
void |
AssociateResolverRuleResult.setResolverRuleAssociation(ResolverRuleAssociation resolverRuleAssociation)
Information about the
AssociateResolverRule request, including the status of the request. |
void |
GetResolverRuleAssociationResult.setResolverRuleAssociation(ResolverRuleAssociation resolverRuleAssociation)
Information about the resolver rule association that you specified in a
GetResolverRuleAssociation
request. |
DisassociateResolverRuleResult |
DisassociateResolverRuleResult.withResolverRuleAssociation(ResolverRuleAssociation resolverRuleAssociation)
Information about the
DisassociateResolverRule request, including the status of the request. |
AssociateResolverRuleResult |
AssociateResolverRuleResult.withResolverRuleAssociation(ResolverRuleAssociation resolverRuleAssociation)
Information about the
AssociateResolverRule request, including the status of the request. |
GetResolverRuleAssociationResult |
GetResolverRuleAssociationResult.withResolverRuleAssociation(ResolverRuleAssociation resolverRuleAssociation)
Information about the resolver rule association that you specified in a
GetResolverRuleAssociation
request. |
ListResolverRuleAssociationsResult |
ListResolverRuleAssociationsResult.withResolverRuleAssociations(ResolverRuleAssociation... resolverRuleAssociations)
The associations that were created between resolver rules and VPCs using the current AWS account, and that match
the specified filters, if any.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListResolverRuleAssociationsResult.setResolverRuleAssociations(Collection<ResolverRuleAssociation> resolverRuleAssociations)
The associations that were created between resolver rules and VPCs using the current AWS account, and that match
the specified filters, if any.
|
ListResolverRuleAssociationsResult |
ListResolverRuleAssociationsResult.withResolverRuleAssociations(Collection<ResolverRuleAssociation> resolverRuleAssociations)
The associations that were created between resolver rules and VPCs using the current AWS account, and that match
the specified filters, if any.
|
Copyright © 2019. All rights reserved.