| Package | Description |
|---|---|
| com.amazonaws.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
DescribedSecurityPolicy |
DescribedSecurityPolicy.clone() |
DescribedSecurityPolicy |
DescribeSecurityPolicyResult.getSecurityPolicy()
An array containing the properties of the security policy.
|
DescribedSecurityPolicy |
DescribedSecurityPolicy.withFips(Boolean fips)
Specifies whether this policy enables Federal Information Processing Standards (FIPS).
|
DescribedSecurityPolicy |
DescribedSecurityPolicy.withSecurityPolicyName(String securityPolicyName)
Specifies the name of the security policy that is attached to the server.
|
DescribedSecurityPolicy |
DescribedSecurityPolicy.withSshCiphers(Collection<String> sshCiphers)
Specifies the enabled Secure Shell (SSH) cipher encryption algorithms in the security policy that is attached to
the server.
|
DescribedSecurityPolicy |
DescribedSecurityPolicy.withSshCiphers(String... sshCiphers)
Specifies the enabled Secure Shell (SSH) cipher encryption algorithms in the security policy that is attached to
the server.
|
DescribedSecurityPolicy |
DescribedSecurityPolicy.withSshKexs(Collection<String> sshKexs)
Specifies the enabled SSH key exchange (KEX) encryption algorithms in the security policy that is attached to the
server.
|
DescribedSecurityPolicy |
DescribedSecurityPolicy.withSshKexs(String... sshKexs)
Specifies the enabled SSH key exchange (KEX) encryption algorithms in the security policy that is attached to the
server.
|
DescribedSecurityPolicy |
DescribedSecurityPolicy.withSshMacs(Collection<String> sshMacs)
Specifies the enabled SSH message authentication code (MAC) encryption algorithms in the security policy that is
attached to the server.
|
DescribedSecurityPolicy |
DescribedSecurityPolicy.withSshMacs(String... sshMacs)
Specifies the enabled SSH message authentication code (MAC) encryption algorithms in the security policy that is
attached to the server.
|
DescribedSecurityPolicy |
DescribedSecurityPolicy.withTlsCiphers(Collection<String> tlsCiphers)
Specifies the enabled Transport Layer Security (TLS) cipher encryption algorithms in the security policy that is
attached to the server.
|
DescribedSecurityPolicy |
DescribedSecurityPolicy.withTlsCiphers(String... tlsCiphers)
Specifies the enabled Transport Layer Security (TLS) cipher encryption algorithms in the security policy that is
attached to the server.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeSecurityPolicyResult.setSecurityPolicy(DescribedSecurityPolicy securityPolicy)
An array containing the properties of the security policy.
|
DescribeSecurityPolicyResult |
DescribeSecurityPolicyResult.withSecurityPolicy(DescribedSecurityPolicy securityPolicy)
An array containing the properties of the security policy.
|
Copyright © 2022. All rights reserved.