| Package | Description |
|---|---|
| software.amazon.awssdk.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
static Protocol |
Protocol.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
Protocol |
TestIdentityProviderRequest.serverProtocol()
The type of file transfer protocol to be tested.
|
static Protocol |
Protocol.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<Protocol> |
Protocol.knownValues()
|
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.
|
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> |
CreateServerRequest.protocols()
Specifies the file transfer protocol or protocols over which your file transfer protocol client can connect to
your server's endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateServerRequest.Builder |
UpdateServerRequest.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.Builder |
DescribedServer.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.
|
CreateServerRequest.Builder |
CreateServerRequest.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.Builder |
TestIdentityProviderRequest.Builder.serverProtocol(Protocol serverProtocol)
The type of file transfer protocol to be tested.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateServerRequest.Builder |
UpdateServerRequest.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.Builder |
DescribedServer.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.
|
CreateServerRequest.Builder |
CreateServerRequest.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.
|
Copyright © 2020. All rights reserved.