| 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.withDomain(Domain domain)
Specifies the domain of the storage system that is used for file transfers.
|
ListedServer |
ListedServer.withDomain(String domain)
Specifies the domain of the storage system that is used for file transfers.
|
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)
The mode of authentication for a server.
|
ListedServer |
ListedServer.withIdentityProviderType(String identityProviderType)
The mode of authentication for a server.
|
ListedServer |
ListedServer.withLoggingRole(String loggingRole)
The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role that allows a server to turn on
Amazon CloudWatch logging for Amazon S3 or Amazon EFSevents.
|
ListedServer |
ListedServer.withServerId(String serverId)
Specifies the unique system assigned identifier for the servers that were listed.
|
ListedServer |
ListedServer.withState(State state)
The condition of the server that was described.
|
ListedServer |
ListedServer.withState(String state)
The condition of 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 © 2025. All rights reserved.