| Package | Description |
|---|---|
| com.amazonaws.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
ListedServer |
ListedServer.clone() |
ListedServer |
ListedServer.withArn(String arn)
Specifies the unique Amazon Resource Name (ARN) for a server to be listed.
|
ListedServer |
ListedServer.withEndpointType(EndpointType endpointType)
Specifies the type of VPC endpoint that your server is connected to.
|
ListedServer |
ListedServer.withEndpointType(String endpointType)
Specifies the type of VPC endpoint that your server is connected to.
|
ListedServer |
ListedServer.withIdentityProviderType(IdentityProviderType identityProviderType)
Specifies the authentication method used to validate a user for a server that was specified.
|
ListedServer |
ListedServer.withIdentityProviderType(String identityProviderType)
Specifies the authentication method used to validate a user for a server that was specified.
|
ListedServer |
ListedServer.withLoggingRole(String loggingRole)
Specifies the AWS Identity and Access Management (IAM) role that allows a server to turn on Amazon CloudWatch
logging.
|
ListedServer |
ListedServer.withServerId(String serverId)
Specifies the unique system assigned identifier for the servers that were listed.
|
ListedServer |
ListedServer.withState(State state)
Specifies the condition of a server for the server that was described.
|
ListedServer |
ListedServer.withState(String state)
Specifies the condition of a server for the server that was described.
|
ListedServer |
ListedServer.withUserCount(Integer userCount)
Specifies the number of users that are assigned to a 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 © 2020. All rights reserved.