| 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 server with the
ServerID you specified. |
DescribedServer |
DescribedServer.withArn(String arn)
Specifies the unique Amazon Resource Name (ARN) of the server.
|
DescribedServer |
DescribedServer.withCertificate(String certificate)
Specifies the ARN of the AWS Certificate Manager (ACM) certificate.
|
DescribedServer |
DescribedServer.withDomain(Domain domain)
Specifies the domain of the storage system that is used for file transfers.
|
DescribedServer |
DescribedServer.withDomain(String domain)
Specifies the domain of the storage system that is used for file transfers.
|
DescribedServer |
DescribedServer.withEndpointDetails(EndpointDetails endpointDetails)
Specifies the virtual private cloud (VPC) endpoint settings that you configured for your server.
|
DescribedServer |
DescribedServer.withEndpointType(EndpointType endpointType)
Defines the type of endpoint that your server is connected to.
|
DescribedServer |
DescribedServer.withEndpointType(String endpointType)
Defines the type of endpoint that your 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 server to turn on Amazon CloudWatch
logging for Amazon S3 or Amazon EFS 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.withSecurityPolicyName(String securityPolicyName)
Specifies the name of the security policy that is attached to the server.
|
DescribedServer |
DescribedServer.withServerId(String serverId)
Specifies the unique system-assigned identifier for a server that you instantiate.
|
DescribedServer |
DescribedServer.withState(State state)
Specifies the condition of a server for the server that was described.
|
DescribedServer |
DescribedServer.withState(String state)
Specifies the condition of a 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 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 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 server you specified with the
ServerId. |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeServerResult.setServer(DescribedServer server)
An array containing the properties of a server with the
ServerID you specified. |
DescribeServerResult |
DescribeServerResult.withServer(DescribedServer server)
An array containing the properties of a server with the
ServerID you specified. |
Copyright © 2021. All rights reserved.