Uses of Class
software.amazon.awssdk.services.transfer.model.SecurityPolicyProtocol
-
Packages that use SecurityPolicyProtocol Package Description software.amazon.awssdk.services.transfer.model -
-
Uses of SecurityPolicyProtocol in software.amazon.awssdk.services.transfer.model
Methods in software.amazon.awssdk.services.transfer.model that return SecurityPolicyProtocol Modifier and Type Method Description static SecurityPolicyProtocolSecurityPolicyProtocol. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static SecurityPolicyProtocolSecurityPolicyProtocol. valueOf(String name)Returns the enum constant of this type with the specified name.static SecurityPolicyProtocol[]SecurityPolicyProtocol. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.transfer.model that return types with arguments of type SecurityPolicyProtocol Modifier and Type Method Description static Set<SecurityPolicyProtocol>SecurityPolicyProtocol. knownValues()List<SecurityPolicyProtocol>DescribedSecurityPolicy. protocols()Lists the file transfer protocols that the security policy applies to.Methods in software.amazon.awssdk.services.transfer.model with parameters of type SecurityPolicyProtocol Modifier and Type Method Description DescribedSecurityPolicy.BuilderDescribedSecurityPolicy.Builder. protocols(SecurityPolicyProtocol... protocols)Lists the file transfer protocols that the security policy applies to.Method parameters in software.amazon.awssdk.services.transfer.model with type arguments of type SecurityPolicyProtocol Modifier and Type Method Description DescribedSecurityPolicy.BuilderDescribedSecurityPolicy.Builder. protocols(Collection<SecurityPolicyProtocol> protocols)Lists the file transfer protocols that the security policy applies to.
-