| 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 file transfer protocol-enabled server to be listed.
|
ListedServer |
ListedServer.withEndpointType(EndpointType endpointType)
Specifies the type of VPC endpoint that your file transfer protocol-enabled server is connected to.
|
ListedServer |
ListedServer.withEndpointType(String endpointType)
Specifies the type of VPC endpoint that your file transfer protocol-enabled server is connected to.
|
ListedServer |
ListedServer.withIdentityProviderType(IdentityProviderType identityProviderType)
Specifies the authentication method used to validate a user for a file transfer protocol-enabled server that was
specified.
|
ListedServer |
ListedServer.withIdentityProviderType(String identityProviderType)
Specifies the authentication method used to validate a user for a file transfer protocol-enabled server that was
specified.
|
ListedServer |
ListedServer.withLoggingRole(String loggingRole)
Specifies the AWS Identity and Access Management (IAM) role that allows a file transfer protocol-enabled server
to turn on Amazon CloudWatch logging.
|
ListedServer |
ListedServer.withServerId(String serverId)
Specifies the unique system assigned identifier for a file transfer protocol-enabled servers that were listed.
|
ListedServer |
ListedServer.withState(State state)
Specifies the condition of a file transfer protocol-enabled server for the server that was described.
|
ListedServer |
ListedServer.withState(String state)
Specifies the condition of a file transfer protocol-enabled server for the server that was described.
|
ListedServer |
ListedServer.withUserCount(Integer userCount)
Specifies 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.