| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53resolver.model |
| Modifier and Type | Method and Description |
|---|---|
ResolverEndpointDirection |
ResolverEndpoint.direction()
Indicates whether the Resolver endpoint allows inbound or outbound DNS queries:
|
ResolverEndpointDirection |
CreateResolverEndpointRequest.direction()
Specify the applicable value:
|
static ResolverEndpointDirection |
ResolverEndpointDirection.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static ResolverEndpointDirection |
ResolverEndpointDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResolverEndpointDirection[] |
ResolverEndpointDirection.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<ResolverEndpointDirection> |
ResolverEndpointDirection.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ResolverEndpoint.Builder |
ResolverEndpoint.Builder.direction(ResolverEndpointDirection direction)
Indicates whether the Resolver endpoint allows inbound or outbound DNS queries:
|
CreateResolverEndpointRequest.Builder |
CreateResolverEndpointRequest.Builder.direction(ResolverEndpointDirection direction)
Specify the applicable value:
|
Copyright © 2023. All rights reserved.