Uses of Class
software.amazon.awssdk.services.transfer.model.SecurityPolicyResourceType
-
Packages that use SecurityPolicyResourceType Package Description software.amazon.awssdk.services.transfer.model -
-
Uses of SecurityPolicyResourceType in software.amazon.awssdk.services.transfer.model
Methods in software.amazon.awssdk.services.transfer.model that return SecurityPolicyResourceType Modifier and Type Method Description static SecurityPolicyResourceTypeSecurityPolicyResourceType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SecurityPolicyResourceTypeDescribedSecurityPolicy. type()The resource type to which the security policy applies, either server or connector.static SecurityPolicyResourceTypeSecurityPolicyResourceType. valueOf(String name)Returns the enum constant of this type with the specified name.static SecurityPolicyResourceType[]SecurityPolicyResourceType. 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 SecurityPolicyResourceType Modifier and Type Method Description static Set<SecurityPolicyResourceType>SecurityPolicyResourceType. knownValues()Methods in software.amazon.awssdk.services.transfer.model with parameters of type SecurityPolicyResourceType Modifier and Type Method Description DescribedSecurityPolicy.BuilderDescribedSecurityPolicy.Builder. type(SecurityPolicyResourceType type)The resource type to which the security policy applies, either server or connector.
-