Uses of Class
software.amazon.awssdk.services.route53resolver.model.Protocol
-
Packages that use Protocol Package Description software.amazon.awssdk.services.route53resolver.model -
-
Uses of Protocol in software.amazon.awssdk.services.route53resolver.model
Methods in software.amazon.awssdk.services.route53resolver.model that return Protocol Modifier and Type Method Description static ProtocolProtocol. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ProtocolTargetAddress. protocol()The protocols for the target address.static ProtocolProtocol. valueOf(String name)Returns the enum constant of this type with the specified name.static Protocol[]Protocol. 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 Protocol Modifier and Type Method Description static Set<Protocol>Protocol. knownValues()List<Protocol>CreateResolverEndpointRequest. protocols()The protocols you want to use for the endpoint.List<Protocol>ResolverEndpoint. protocols()Protocols used for the endpoint.List<Protocol>UpdateResolverEndpointRequest. protocols()The protocols you want to use for the endpoint.Methods in software.amazon.awssdk.services.route53resolver.model with parameters of type Protocol Modifier and Type Method Description TargetAddress.BuilderTargetAddress.Builder. protocol(Protocol protocol)The protocols for the target address.CreateResolverEndpointRequest.BuilderCreateResolverEndpointRequest.Builder. protocols(Protocol... protocols)The protocols you want to use for the endpoint.ResolverEndpoint.BuilderResolverEndpoint.Builder. protocols(Protocol... protocols)Protocols used for the endpoint.UpdateResolverEndpointRequest.BuilderUpdateResolverEndpointRequest.Builder. protocols(Protocol... protocols)The protocols you want to use for the endpoint.Method parameters in software.amazon.awssdk.services.route53resolver.model with type arguments of type Protocol Modifier and Type Method Description CreateResolverEndpointRequest.BuilderCreateResolverEndpointRequest.Builder. protocols(Collection<Protocol> protocols)The protocols you want to use for the endpoint.ResolverEndpoint.BuilderResolverEndpoint.Builder. protocols(Collection<Protocol> protocols)Protocols used for the endpoint.UpdateResolverEndpointRequest.BuilderUpdateResolverEndpointRequest.Builder. protocols(Collection<Protocol> protocols)The protocols you want to use for the endpoint.
-