| 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 the server to be listed.
|
ListedServer |
ListedServer.withEndpointType(EndpointType endpointType)
The type of VPC endpoint that your SFTP server is connected to.
|
ListedServer |
ListedServer.withEndpointType(String endpointType)
The type of VPC endpoint that your SFTP server is connected to.
|
ListedServer |
ListedServer.withIdentityProviderType(IdentityProviderType identityProviderType)
The authentication method used to validate a user for the server that was specified.
|
ListedServer |
ListedServer.withIdentityProviderType(String identityProviderType)
The authentication method used to validate a user for the server that was specified.
|
ListedServer |
ListedServer.withLoggingRole(String loggingRole)
The AWS Identity and Access Management entity that allows the server to turn on Amazon CloudWatch logging.
|
ListedServer |
ListedServer.withServerId(String serverId)
This value is the unique system assigned identifier for the SFTP servers that were listed.
|
ListedServer |
ListedServer.withState(State state)
This property describes the condition of the SFTP server for the server that was described.
|
ListedServer |
ListedServer.withState(String state)
This property describes the condition of the SFTP server for the server that was described.
|
ListedServer |
ListedServer.withUserCount(Integer userCount)
This property is a numeric value that indicates the number of users that are assigned to the SFTP server you
specified with the
ServerId. |
| Modifier and Type | Method and Description |
|---|---|
List<ListedServer> |
ListServersResult.getServers()
An array of servers that were listed.
|
| Modifier and Type | Method and Description |
|---|---|
ListServersResult |
ListServersResult.withServers(ListedServer... servers)
An array of servers that were listed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListServersResult.setServers(Collection<ListedServer> servers)
An array of servers that were listed.
|
ListServersResult |
ListServersResult.withServers(Collection<ListedServer> servers)
An array of servers that were listed.
|
Copyright © 2019. All rights reserved.