| 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 a file transfer protocol-enabled server with the
ServerID you
specified. |
DescribedServer |
DescribedServer.withArn(String arn)
Specifies the unique Amazon Resource Name (ARN) for a file transfer protocol-enabled server to be described.
|
DescribedServer |
DescribedServer.withCertificate(String certificate)
Specifies the ARN of the AWS Certificate Manager (ACM) certificate.
|
DescribedServer |
DescribedServer.withEndpointDetails(EndpointDetails endpointDetails)
Specifies the virtual private cloud (VPC) endpoint settings that you configured for your file transfer
protocol-enabled server.
|
DescribedServer |
DescribedServer.withEndpointType(EndpointType endpointType)
Defines the type of endpoint that your file transfer protocol-enabled server is connected to.
|
DescribedServer |
DescribedServer.withEndpointType(String endpointType)
Defines the type of endpoint that your file transfer protocol-enabled server is connected to.
|
DescribedServer |
DescribedServer.withHostKeyFingerprint(String hostKeyFingerprint)
Specifies the Base64-encoded SHA256 fingerprint 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)
Specifies the mode of authentication method enabled for this service.
|
DescribedServer |
DescribedServer.withIdentityProviderType(String identityProviderType)
Specifies the mode of authentication method enabled for this service.
|
DescribedServer |
DescribedServer.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 for Amazon S3 events.
|
DescribedServer |
DescribedServer.withProtocols(Collection<String> protocols)
Specifies the file transfer protocol or protocols over which your file transfer protocol client can connect to
your server's endpoint.
|
DescribedServer |
DescribedServer.withProtocols(Protocol... protocols)
Specifies the file transfer protocol or protocols over which your file transfer protocol client can connect to
your server's endpoint.
|
DescribedServer |
DescribedServer.withProtocols(String... protocols)
Specifies the file transfer protocol or protocols over which your file transfer protocol client can connect to
your server's endpoint.
|
DescribedServer |
DescribedServer.withServerId(String serverId)
Specifies the unique system-assigned identifier for a file transfer protocol-enabled server that you instantiate.
|
DescribedServer |
DescribedServer.withState(State state)
Specifies the condition of a file transfer protocol-enabled server for the server that was described.
|
DescribedServer |
DescribedServer.withState(String state)
Specifies the condition of a file transfer protocol-enabled server for the server that was described.
|
DescribedServer |
DescribedServer.withTags(Collection<Tag> tags)
Specifies the key-value pairs that you can use to search for and group file transfer protocol-enabled servers
that were assigned to the server that was described.
|
DescribedServer |
DescribedServer.withTags(Tag... tags)
Specifies the key-value pairs that you can use to search for and group file transfer protocol-enabled servers
that were assigned to the server that was described.
|
DescribedServer |
DescribedServer.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 |
|---|---|
void |
DescribeServerResult.setServer(DescribedServer server)
An array containing the properties of a file transfer protocol-enabled server with the
ServerID you
specified. |
DescribeServerResult |
DescribeServerResult.withServer(DescribedServer server)
An array containing the properties of a file transfer protocol-enabled server with the
ServerID you
specified. |
Copyright © 2020. All rights reserved.