| 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.withAs2ServiceManagedEgressIpAddresses(Collection<String> as2ServiceManagedEgressIpAddresses)
The list of egress IP addresses of this server.
|
DescribedServer |
DescribedServer.withAs2ServiceManagedEgressIpAddresses(String... as2ServiceManagedEgressIpAddresses)
The list of egress IP addresses of this server.
|
DescribedServer |
DescribedServer.withCertificate(String certificate)
Specifies the ARN of the Amazon Web ServicesCertificate 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)
The virtual private cloud (VPC) endpoint settings that are 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)
The mode of authentication for a server.
|
DescribedServer |
DescribedServer.withIdentityProviderType(String identityProviderType)
The mode of authentication for a server.
|
DescribedServer |
DescribedServer.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.
|
DescribedServer |
DescribedServer.withPostAuthenticationLoginBanner(String postAuthenticationLoginBanner)
Specifies a string to display when users connect to a server.
|
DescribedServer |
DescribedServer.withPreAuthenticationLoginBanner(String preAuthenticationLoginBanner)
Specifies a string to display when users connect to a server.
|
DescribedServer |
DescribedServer.withProtocolDetails(ProtocolDetails protocolDetails)
The protocol settings that are configured for your server.
|
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.withS3StorageOptions(S3StorageOptions s3StorageOptions)
Specifies whether or not performance for your Amazon S3 directories is optimized.
|
DescribedServer |
DescribedServer.withSecurityPolicyName(String securityPolicyName)
Specifies the name of the security policy for the server.
|
DescribedServer |
DescribedServer.withServerId(String serverId)
Specifies the unique system-assigned identifier for a server that you instantiate.
|
DescribedServer |
DescribedServer.withState(State state)
The condition of the server that was described.
|
DescribedServer |
DescribedServer.withState(String state)
The condition of the server that was described.
|
DescribedServer |
DescribedServer.withStructuredLogDestinations(Collection<String> structuredLogDestinations)
Specifies the log groups to which your server logs are sent.
|
DescribedServer |
DescribedServer.withStructuredLogDestinations(String... structuredLogDestinations)
Specifies the log groups to which your server logs are sent.
|
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. |
DescribedServer |
DescribedServer.withWorkflowDetails(WorkflowDetails workflowDetails)
Specifies the workflow ID for the workflow to assign and the execution role that's used for executing the
workflow.
|
| 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 © 2025. All rights reserved.