| Package | Description |
|---|---|
| com.amazonaws.services.route53resolver.model |
| Modifier and Type | Method and Description |
|---|---|
ResolverConfig |
ResolverConfig.clone() |
ResolverConfig |
UpdateResolverConfigResult.getResolverConfig()
An array that contains settings for the specified Resolver configuration.
|
ResolverConfig |
GetResolverConfigResult.getResolverConfig()
Information about the behavior configuration of Route 53 Resolver behavior for the VPC you specified in the
GetResolverConfig request. |
ResolverConfig |
ResolverConfig.withAutodefinedReverse(ResolverAutodefinedReverseStatus autodefinedReverse)
The status of whether or not the Resolver will create autodefined rules for reverse DNS lookups.
|
ResolverConfig |
ResolverConfig.withAutodefinedReverse(String autodefinedReverse)
The status of whether or not the Resolver will create autodefined rules for reverse DNS lookups.
|
ResolverConfig |
ResolverConfig.withId(String id)
ID for the Resolver configuration.
|
ResolverConfig |
ResolverConfig.withOwnerId(String ownerId)
The owner account ID of the Amazon Virtual Private Cloud VPC.
|
ResolverConfig |
ResolverConfig.withResourceId(String resourceId)
The ID of the Amazon Virtual Private Cloud VPC that you're configuring Resolver for.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResolverConfig> |
ListResolverConfigsResult.getResolverConfigs()
An array that contains one
ResolverConfigs element for each Resolver configuration that is
associated with the current Amazon Web Services account. |
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateResolverConfigResult.setResolverConfig(ResolverConfig resolverConfig)
An array that contains settings for the specified Resolver configuration.
|
void |
GetResolverConfigResult.setResolverConfig(ResolverConfig resolverConfig)
Information about the behavior configuration of Route 53 Resolver behavior for the VPC you specified in the
GetResolverConfig request. |
UpdateResolverConfigResult |
UpdateResolverConfigResult.withResolverConfig(ResolverConfig resolverConfig)
An array that contains settings for the specified Resolver configuration.
|
GetResolverConfigResult |
GetResolverConfigResult.withResolverConfig(ResolverConfig resolverConfig)
Information about the behavior configuration of Route 53 Resolver behavior for the VPC you specified in the
GetResolverConfig request. |
ListResolverConfigsResult |
ListResolverConfigsResult.withResolverConfigs(ResolverConfig... resolverConfigs)
An array that contains one
ResolverConfigs element for each Resolver configuration that is
associated with the current Amazon Web Services account. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListResolverConfigsResult.setResolverConfigs(Collection<ResolverConfig> resolverConfigs)
An array that contains one
ResolverConfigs element for each Resolver configuration that is
associated with the current Amazon Web Services account. |
ListResolverConfigsResult |
ListResolverConfigsResult.withResolverConfigs(Collection<ResolverConfig> resolverConfigs)
An array that contains one
ResolverConfigs element for each Resolver configuration that is
associated with the current Amazon Web Services account. |
Copyright © 2025. All rights reserved.