| Package | Description |
|---|---|
| com.amazonaws.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
ProtocolDetails |
ProtocolDetails.clone() |
ProtocolDetails |
CreateServerRequest.getProtocolDetails()
The protocol settings that are configured for your server.
|
ProtocolDetails |
UpdateServerRequest.getProtocolDetails()
The protocol settings that are configured for your server.
|
ProtocolDetails |
DescribedServer.getProtocolDetails()
The protocol settings that are configured for your server.
|
ProtocolDetails |
ProtocolDetails.withAs2Transports(As2Transport... as2Transports)
Indicates the transport method for the AS2 messages.
|
ProtocolDetails |
ProtocolDetails.withAs2Transports(Collection<String> as2Transports)
Indicates the transport method for the AS2 messages.
|
ProtocolDetails |
ProtocolDetails.withAs2Transports(String... as2Transports)
Indicates the transport method for the AS2 messages.
|
ProtocolDetails |
ProtocolDetails.withPassiveIp(String passiveIp)
Indicates passive mode, for FTP and FTPS protocols.
|
ProtocolDetails |
ProtocolDetails.withSetStatOption(SetStatOption setStatOption)
Use the
SetStatOption to ignore the error that is generated when the client attempts to use
SETSTAT on a file you are uploading to an S3 bucket. |
ProtocolDetails |
ProtocolDetails.withSetStatOption(String setStatOption)
Use the
SetStatOption to ignore the error that is generated when the client attempts to use
SETSTAT on a file you are uploading to an S3 bucket. |
ProtocolDetails |
ProtocolDetails.withTlsSessionResumptionMode(String tlsSessionResumptionMode)
A property used with Transfer Family servers that use the FTPS protocol.
|
ProtocolDetails |
ProtocolDetails.withTlsSessionResumptionMode(TlsSessionResumptionMode tlsSessionResumptionMode)
A property used with Transfer Family servers that use the FTPS protocol.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateServerRequest.setProtocolDetails(ProtocolDetails protocolDetails)
The protocol settings that are configured for your server.
|
void |
UpdateServerRequest.setProtocolDetails(ProtocolDetails protocolDetails)
The protocol settings that are configured for your server.
|
void |
DescribedServer.setProtocolDetails(ProtocolDetails protocolDetails)
The protocol settings that are configured for your server.
|
CreateServerRequest |
CreateServerRequest.withProtocolDetails(ProtocolDetails protocolDetails)
The protocol settings that are configured for your server.
|
UpdateServerRequest |
UpdateServerRequest.withProtocolDetails(ProtocolDetails protocolDetails)
The protocol settings that are configured for your server.
|
DescribedServer |
DescribedServer.withProtocolDetails(ProtocolDetails protocolDetails)
The protocol settings that are configured for your server.
|
Copyright © 2023. All rights reserved.