| 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.withProtocols(Collection<String> protocols)
Lists the file transfer protocols that the security policy applies to.
|
DescribedSecurityPolicy |
DescribedSecurityPolicy.withProtocols(SecurityPolicyProtocol... protocols)
Lists the file transfer protocols that the security policy applies to.
|
DescribedSecurityPolicy |
DescribedSecurityPolicy.withProtocols(String... protocols)
Lists the file transfer protocols that the security policy applies to.
|
DescribedSecurityPolicy |
DescribedSecurityPolicy.withSecurityPolicyName(String securityPolicyName)
The text name of the specified security policy.
|
DescribedSecurityPolicy |
DescribedSecurityPolicy.withSshCiphers(Collection<String> sshCiphers)
Lists the enabled Secure Shell (SSH) cipher encryption algorithms in the security policy that is attached to the
server or connector.
|
DescribedSecurityPolicy |
DescribedSecurityPolicy.withSshCiphers(String... sshCiphers)
Lists the enabled Secure Shell (SSH) cipher encryption algorithms in the security policy that is attached to the
server or connector.
|
DescribedSecurityPolicy |
DescribedSecurityPolicy.withSshHostKeyAlgorithms(Collection<String> sshHostKeyAlgorithms)
Lists the host key algorithms for the security policy.
|
DescribedSecurityPolicy |
DescribedSecurityPolicy.withSshHostKeyAlgorithms(String... sshHostKeyAlgorithms)
Lists the host key algorithms for the security policy.
|
DescribedSecurityPolicy |
DescribedSecurityPolicy.withSshKexs(Collection<String> sshKexs)
Lists the enabled SSH key exchange (KEX) encryption algorithms in the security policy that is attached to the
server or connector.
|
DescribedSecurityPolicy |
DescribedSecurityPolicy.withSshKexs(String... sshKexs)
Lists the enabled SSH key exchange (KEX) encryption algorithms in the security policy that is attached to the
server or connector.
|
DescribedSecurityPolicy |
DescribedSecurityPolicy.withSshMacs(Collection<String> sshMacs)
Lists the enabled SSH message authentication code (MAC) encryption algorithms in the security policy that is
attached to the server or connector.
|
DescribedSecurityPolicy |
DescribedSecurityPolicy.withSshMacs(String... sshMacs)
Lists the enabled SSH message authentication code (MAC) encryption algorithms in the security policy that is
attached to the server or connector.
|
DescribedSecurityPolicy |
DescribedSecurityPolicy.withTlsCiphers(Collection<String> tlsCiphers)
Lists the enabled Transport Layer Security (TLS) cipher encryption algorithms in the security policy that is
attached to the server.
|
DescribedSecurityPolicy |
DescribedSecurityPolicy.withTlsCiphers(String... tlsCiphers)
Lists the enabled Transport Layer Security (TLS) cipher encryption algorithms in the security policy that is
attached to the server.
|
DescribedSecurityPolicy |
DescribedSecurityPolicy.withType(SecurityPolicyResourceType type)
The resource type to which the security policy applies, either server or connector.
|
DescribedSecurityPolicy |
DescribedSecurityPolicy.withType(String type)
The resource type to which the security policy applies, either server or connector.
|
| 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 © 2024. All rights reserved.