| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53resolver.model |
| Modifier and Type | Method and Description |
|---|---|
static ResolverEndpointType |
ResolverEndpointType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ResolverEndpointType |
UpdateResolverEndpointRequest.resolverEndpointType()
Specifies the endpoint type for what type of IP address the endpoint uses to forward DNS queries.
|
ResolverEndpointType |
CreateResolverEndpointRequest.resolverEndpointType()
For the endpoint type you can choose either IPv4, IPv6, or dual-stack.
|
ResolverEndpointType |
ResolverEndpoint.resolverEndpointType()
The Resolver endpoint IP address type.
|
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 |
|---|---|
static Set<ResolverEndpointType> |
ResolverEndpointType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateResolverEndpointRequest.Builder |
UpdateResolverEndpointRequest.Builder.resolverEndpointType(ResolverEndpointType resolverEndpointType)
Specifies the endpoint type for what type of IP address the endpoint uses to forward DNS queries.
|
CreateResolverEndpointRequest.Builder |
CreateResolverEndpointRequest.Builder.resolverEndpointType(ResolverEndpointType resolverEndpointType)
For the endpoint type you can choose either IPv4, IPv6, or dual-stack.
|
ResolverEndpoint.Builder |
ResolverEndpoint.Builder.resolverEndpointType(ResolverEndpointType resolverEndpointType)
The Resolver endpoint IP address type.
|
Copyright © 2023. All rights reserved.