| Package | Description |
|---|---|
| com.amazonaws.services.route53resolver.model |
| Modifier and Type | Method and Description |
|---|---|
static ResolverEndpointType |
ResolverEndpointType.fromValue(String value)
Use this in place of valueOf.
|
static ResolverEndpointType |
ResolverEndpointType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResolverEndpointType[] |
ResolverEndpointType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ResolverEndpoint |
ResolverEndpoint.withResolverEndpointType(ResolverEndpointType resolverEndpointType)
The Resolver endpoint IP address type.
|
UpdateResolverEndpointRequest |
UpdateResolverEndpointRequest.withResolverEndpointType(ResolverEndpointType resolverEndpointType)
Specifies the endpoint type for what type of IP address the endpoint uses to forward DNS queries.
|
CreateResolverEndpointRequest |
CreateResolverEndpointRequest.withResolverEndpointType(ResolverEndpointType resolverEndpointType)
For the endpoint type you can choose either IPv4, IPv6, or dual-stack.
|
Copyright © 2024. All rights reserved.