Uses of Class
software.amazon.awssdk.services.transfer.model.Protocol
-
Packages that use Protocol Package Description software.amazon.awssdk.services.transfer.model -
-
Uses of Protocol in software.amazon.awssdk.services.transfer.model
Methods in software.amazon.awssdk.services.transfer.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.ProtocolTestIdentityProviderRequest. serverProtocol()The type of file transfer protocol to be tested.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.transfer.model that return types with arguments of type Protocol Modifier and Type Method Description static Set<Protocol>Protocol. knownValues()List<Protocol>CreateServerRequest. protocols()Specifies the file transfer protocol or protocols over which your file transfer protocol client can connect to your server's endpoint.List<Protocol>DescribedServer. protocols()Specifies the file transfer protocol or protocols over which your file transfer protocol client can connect to your server's endpoint.List<Protocol>UpdateServerRequest. protocols()Specifies the file transfer protocol or protocols over which your file transfer protocol client can connect to your server's endpoint.Methods in software.amazon.awssdk.services.transfer.model with parameters of type Protocol Modifier and Type Method Description CreateServerRequest.BuilderCreateServerRequest.Builder. protocols(Protocol... protocols)Specifies the file transfer protocol or protocols over which your file transfer protocol client can connect to your server's endpoint.DescribedServer.BuilderDescribedServer.Builder. protocols(Protocol... protocols)Specifies the file transfer protocol or protocols over which your file transfer protocol client can connect to your server's endpoint.UpdateServerRequest.BuilderUpdateServerRequest.Builder. protocols(Protocol... protocols)Specifies the file transfer protocol or protocols over which your file transfer protocol client can connect to your server's endpoint.TestIdentityProviderRequest.BuilderTestIdentityProviderRequest.Builder. serverProtocol(Protocol serverProtocol)The type of file transfer protocol to be tested.Method parameters in software.amazon.awssdk.services.transfer.model with type arguments of type Protocol Modifier and Type Method Description CreateServerRequest.BuilderCreateServerRequest.Builder. protocols(Collection<Protocol> protocols)Specifies the file transfer protocol or protocols over which your file transfer protocol client can connect to your server's endpoint.DescribedServer.BuilderDescribedServer.Builder. protocols(Collection<Protocol> protocols)Specifies the file transfer protocol or protocols over which your file transfer protocol client can connect to your server's endpoint.UpdateServerRequest.BuilderUpdateServerRequest.Builder. protocols(Collection<Protocol> protocols)Specifies the file transfer protocol or protocols over which your file transfer protocol client can connect to your server's endpoint.
-