| Package | Description |
|---|---|
| com.amazonaws.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
DescribedServer |
DescribedServer.clone() |
DescribedServer |
DescribeServerResult.getServer()
An array containing the properties of a file transfer protocol-enabled server with the
ServerID you
specified. |
DescribedServer |
DescribedServer.withArn(String arn)
Specifies the unique Amazon Resource Name (ARN) for a file transfer protocol-enabled server to be described.
|
DescribedServer |
DescribedServer.withCertificate(String certificate)
The Amazon Resource Name (ARN) of the AWS Certificate Manager (ACM) certificate.
|
DescribedServer |
DescribedServer.withEndpointDetails(EndpointDetails endpointDetails)
The virtual private cloud (VPC) endpoint settings that you configured for your file transfer protocol-enabled
server.
|
DescribedServer |
DescribedServer.withEndpointType(EndpointType endpointType)
The type of endpoint that your file transfer protocol-enabled server is connected to.
|
DescribedServer |
DescribedServer.withEndpointType(String endpointType)
The type of endpoint that your file transfer protocol-enabled server is connected to.
|
DescribedServer |
DescribedServer.withHostKeyFingerprint(String hostKeyFingerprint)
Contains the message-digest algorithm (MD5) hash of a file transfer protocol-enabled server's host key.
|
DescribedServer |
DescribedServer.withIdentityProviderDetails(IdentityProviderDetails identityProviderDetails)
Specifies information to call a customer-supplied authentication API.
|
DescribedServer |
DescribedServer.withIdentityProviderType(IdentityProviderType identityProviderType)
Defines the mode of authentication method enabled for this service.
|
DescribedServer |
DescribedServer.withIdentityProviderType(String identityProviderType)
Defines the mode of authentication method enabled for this service.
|
DescribedServer |
DescribedServer.withLoggingRole(String loggingRole)
An AWS Identity and Access Management (IAM) entity that allows a file transfer protocol-enabled server to turn on
Amazon CloudWatch logging for Amazon S3 events.
|
DescribedServer |
DescribedServer.withProtocols(Collection<String> protocols)
Specifies the file transfer protocol or protocols over which your file transfer protocol client can connect to
your server's endpoint.
|
DescribedServer |
DescribedServer.withProtocols(Protocol... protocols)
Specifies the file transfer protocol or protocols over which your file transfer protocol client can connect to
your server's endpoint.
|
DescribedServer |
DescribedServer.withProtocols(String... protocols)
Specifies the file transfer protocol or protocols over which your file transfer protocol client can connect to
your server's endpoint.
|
DescribedServer |
DescribedServer.withServerId(String serverId)
Unique system-assigned identifier for a file transfer protocol-enabled server that you instantiate.
|
DescribedServer |
DescribedServer.withState(State state)
The condition of a file transfer protocol-enabled server for the server that was described.
|
DescribedServer |
DescribedServer.withState(String state)
The condition of a file transfer protocol-enabled server for the server that was described.
|
DescribedServer |
DescribedServer.withTags(Collection<Tag> tags)
Contains the key-value pairs that you can use to search for and group file transfer protocol-enabled servers that
were assigned to the server that was described.
|
DescribedServer |
DescribedServer.withTags(Tag... tags)
Contains the key-value pairs that you can use to search for and group file transfer protocol-enabled servers that
were assigned to the server that was described.
|
DescribedServer |
DescribedServer.withUserCount(Integer userCount)
The number of users that are assigned to a file transfer protocol-enabled server you specified with the
ServerId. |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeServerResult.setServer(DescribedServer server)
An array containing the properties of a file transfer protocol-enabled server with the
ServerID you
specified. |
DescribeServerResult |
DescribeServerResult.withServer(DescribedServer server)
An array containing the properties of a file transfer protocol-enabled server with the
ServerID you
specified. |
Copyright © 2020. All rights reserved.