| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53resolver.model | |
| software.amazon.awssdk.services.route53resolver.paginators |
| Modifier and Type | Method and Description |
|---|---|
ResolverRuleAssociation |
GetResolverRuleAssociationResponse.resolverRuleAssociation()
Information about the Resolver rule association that you specified in a
GetResolverRuleAssociation
request. |
ResolverRuleAssociation |
DisassociateResolverRuleResponse.resolverRuleAssociation()
Information about the
DisassociateResolverRule request, including the status of the request. |
ResolverRuleAssociation |
AssociateResolverRuleResponse.resolverRuleAssociation()
Information about the
AssociateResolverRule request, including the status of the request. |
| Modifier and Type | Method and Description |
|---|---|
List<ResolverRuleAssociation> |
ListResolverRuleAssociationsResponse.resolverRuleAssociations()
The associations that were created between Resolver rules and VPCs using the current Amazon Web Services account,
and that match the specified filters, if any.
|
| Modifier and Type | Method and Description |
|---|---|
GetResolverRuleAssociationResponse.Builder |
GetResolverRuleAssociationResponse.Builder.resolverRuleAssociation(ResolverRuleAssociation resolverRuleAssociation)
Information about the Resolver rule association that you specified in a
GetResolverRuleAssociation request. |
DisassociateResolverRuleResponse.Builder |
DisassociateResolverRuleResponse.Builder.resolverRuleAssociation(ResolverRuleAssociation resolverRuleAssociation)
Information about the
DisassociateResolverRule request, including the status of the request. |
AssociateResolverRuleResponse.Builder |
AssociateResolverRuleResponse.Builder.resolverRuleAssociation(ResolverRuleAssociation resolverRuleAssociation)
Information about the
AssociateResolverRule request, including the status of the request. |
ListResolverRuleAssociationsResponse.Builder |
ListResolverRuleAssociationsResponse.Builder.resolverRuleAssociations(ResolverRuleAssociation... resolverRuleAssociations)
The associations that were created between Resolver rules and VPCs using the current Amazon Web Services
account, and that match the specified filters, if any.
|
| Modifier and Type | Method and Description |
|---|---|
ListResolverRuleAssociationsResponse.Builder |
ListResolverRuleAssociationsResponse.Builder.resolverRuleAssociations(Collection<ResolverRuleAssociation> resolverRuleAssociations)
The associations that were created between Resolver rules and VPCs using the current Amazon Web Services
account, and that match the specified filters, if any.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<ResolverRuleAssociation> |
ListResolverRuleAssociationsPublisher.resolverRuleAssociations()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<ResolverRuleAssociation> |
ListResolverRuleAssociationsIterable.resolverRuleAssociations()
Returns an iterable to iterate through the paginated
ListResolverRuleAssociationsResponse.resolverRuleAssociations() member. |
Copyright © 2023. All rights reserved.