Uses of Class
software.amazon.awssdk.services.route53resolver.model.ResolverEndpointDirection
-
Packages that use ResolverEndpointDirection Package Description software.amazon.awssdk.services.route53resolver.model -
-
Uses of ResolverEndpointDirection in software.amazon.awssdk.services.route53resolver.model
Methods in software.amazon.awssdk.services.route53resolver.model that return ResolverEndpointDirection Modifier and Type Method Description ResolverEndpointDirectionCreateResolverEndpointRequest. direction()Specify the applicable value:ResolverEndpointDirectionResolverEndpoint. direction()Indicates whether the Resolver endpoint allows inbound or outbound DNS queries:static ResolverEndpointDirectionResolverEndpointDirection. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ResolverEndpointDirectionResolverEndpointDirection. 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.Methods in software.amazon.awssdk.services.route53resolver.model that return types with arguments of type ResolverEndpointDirection Modifier and Type Method Description static Set<ResolverEndpointDirection>ResolverEndpointDirection. knownValues()Methods in software.amazon.awssdk.services.route53resolver.model with parameters of type ResolverEndpointDirection Modifier and Type Method Description CreateResolverEndpointRequest.BuilderCreateResolverEndpointRequest.Builder. direction(ResolverEndpointDirection direction)Specify the applicable value:ResolverEndpoint.BuilderResolverEndpoint.Builder. direction(ResolverEndpointDirection direction)Indicates whether the Resolver endpoint allows inbound or outbound DNS queries:
-