| Package | Description |
|---|---|
| com.amazonaws.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
DescribedServer |
DescribedServer.clone() |
DescribedServer |
DescribeServerResult.getServer()
An array containing the properties of the server with the
ServerID you specified. |
DescribedServer |
DescribedServer.withArn(String arn)
Specifies the unique Amazon Resource Name (ARN) for the server to be described.
|
DescribedServer |
DescribedServer.withEndpointDetails(EndpointDetails endpointDetails)
The virtual private cloud (VPC) endpoint settings that you configured for your SFTP server.
|
DescribedServer |
DescribedServer.withEndpointType(EndpointType endpointType)
The type of endpoint that your SFTP server is connected to.
|
DescribedServer |
DescribedServer.withEndpointType(String endpointType)
The type of endpoint that your SFTP server is connected to.
|
DescribedServer |
DescribedServer.withHostKeyFingerprint(String hostKeyFingerprint)
This value contains the Message-Digest Algorithm (MD5) hash of the server's host key.
|
DescribedServer |
DescribedServer.withIdentityProviderDetails(IdentityProviderDetails identityProviderDetails)
Specifies information to call a customer-supplied authentication API.
|
DescribedServer |
DescribedServer.withIdentityProviderType(IdentityProviderType identityProviderType)
This property defines the mode of authentication method enabled for this service.
|
DescribedServer |
DescribedServer.withIdentityProviderType(String identityProviderType)
This property defines the mode of authentication method enabled for this service.
|
DescribedServer |
DescribedServer.withLoggingRole(String loggingRole)
This property is an AWS Identity and Access Management (IAM) entity that allows the server to turn on Amazon
CloudWatch logging for Amazon S3 events.
|
DescribedServer |
DescribedServer.withServerId(String serverId)
This property is a unique system assigned identifier for the SFTP server that you instantiate.
|
DescribedServer |
DescribedServer.withState(State state)
The condition of the SFTP server for the server that was described.
|
DescribedServer |
DescribedServer.withState(String state)
The condition of the SFTP server for the server that was described.
|
DescribedServer |
DescribedServer.withTags(Collection<Tag> tags)
This property contains the key-value pairs that you can use to search for and group servers that were assigned to
the server that was described.
|
DescribedServer |
DescribedServer.withTags(Tag... tags)
This property contains the key-value pairs that you can use to search for and group servers that were assigned to
the server that was described.
|
DescribedServer |
DescribedServer.withUserCount(Integer userCount)
The number of users that are assigned to the SFTP server you specified with the
ServerId. |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeServerResult.setServer(DescribedServer server)
An array containing the properties of the server with the
ServerID you specified. |
DescribeServerResult |
DescribeServerResult.withServer(DescribedServer server)
An array containing the properties of the server with the
ServerID you specified. |
Copyright © 2019. All rights reserved.