| Package | Description |
|---|---|
| com.amazonaws.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
ListedServer |
ListedServer.clone() |
ListedServer |
ListedServer.withArn(String arn)
The unique Amazon Resource Name (ARN) for a file transfer protocol-enabled server to be listed.
|
ListedServer |
ListedServer.withEndpointType(EndpointType endpointType)
The type of VPC endpoint that your file transfer protocol-enabled server is connected to.
|
ListedServer |
ListedServer.withEndpointType(String endpointType)
The type of VPC endpoint that your file transfer protocol-enabled server is connected to.
|
ListedServer |
ListedServer.withIdentityProviderType(IdentityProviderType identityProviderType)
The authentication method used to validate a user for a file transfer protocol-enabled server that was specified.
|
ListedServer |
ListedServer.withIdentityProviderType(String identityProviderType)
The authentication method used to validate a user for a file transfer protocol-enabled server that was specified.
|
ListedServer |
ListedServer.withLoggingRole(String loggingRole)
The AWS Identity and Access Management (IAM) entity that allows a file transfer protocol-enabled server to turn
on Amazon CloudWatch logging.
|
ListedServer |
ListedServer.withServerId(String serverId)
The unique system assigned identifier for a file transfer protocol-enabled servers that were listed.
|
ListedServer |
ListedServer.withState(State state)
Describes the condition of a file transfer protocol-enabled server for the server that was described.
|
ListedServer |
ListedServer.withState(String state)
Describes the condition of a file transfer protocol-enabled server for the server that was described.
|
ListedServer |
ListedServer.withUserCount(Integer userCount)
A numeric value that indicates 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 |
|---|---|
List<ListedServer> |
ListServersResult.getServers()
An array of file transfer protocol-enabled servers that were listed.
|
| Modifier and Type | Method and Description |
|---|---|
ListServersResult |
ListServersResult.withServers(ListedServer... servers)
An array of file transfer protocol-enabled servers that were listed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListServersResult.setServers(Collection<ListedServer> servers)
An array of file transfer protocol-enabled servers that were listed.
|
ListServersResult |
ListServersResult.withServers(Collection<ListedServer> servers)
An array of file transfer protocol-enabled servers that were listed.
|
Copyright © 2020. All rights reserved.