Uses of Class
software.amazon.awssdk.services.opensearchserverless.model.SecurityPolicyType
-
Packages that use SecurityPolicyType Package Description software.amazon.awssdk.services.opensearchserverless.model -
-
Uses of SecurityPolicyType in software.amazon.awssdk.services.opensearchserverless.model
Methods in software.amazon.awssdk.services.opensearchserverless.model that return SecurityPolicyType Modifier and Type Method Description static SecurityPolicyTypeSecurityPolicyType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SecurityPolicyTypeCreateSecurityPolicyRequest. type()The type of security policy.SecurityPolicyTypeDeleteSecurityPolicyRequest. type()The type of policy.SecurityPolicyTypeGetSecurityPolicyRequest. type()The type of security policy.SecurityPolicyTypeListSecurityPoliciesRequest. type()The type of policy.SecurityPolicyTypeSecurityPolicyDetail. type()The type of security policy.SecurityPolicyTypeSecurityPolicySummary. type()The type of security policy.SecurityPolicyTypeUpdateSecurityPolicyRequest. type()The type of access policy.static SecurityPolicyTypeSecurityPolicyType. valueOf(String name)Returns the enum constant of this type with the specified name.static SecurityPolicyType[]SecurityPolicyType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.opensearchserverless.model that return types with arguments of type SecurityPolicyType Modifier and Type Method Description static Set<SecurityPolicyType>SecurityPolicyType. knownValues()Methods in software.amazon.awssdk.services.opensearchserverless.model with parameters of type SecurityPolicyType Modifier and Type Method Description CreateSecurityPolicyRequest.BuilderCreateSecurityPolicyRequest.Builder. type(SecurityPolicyType type)The type of security policy.DeleteSecurityPolicyRequest.BuilderDeleteSecurityPolicyRequest.Builder. type(SecurityPolicyType type)The type of policy.GetSecurityPolicyRequest.BuilderGetSecurityPolicyRequest.Builder. type(SecurityPolicyType type)The type of security policy.ListSecurityPoliciesRequest.BuilderListSecurityPoliciesRequest.Builder. type(SecurityPolicyType type)The type of policy.SecurityPolicyDetail.BuilderSecurityPolicyDetail.Builder. type(SecurityPolicyType type)The type of security policy.SecurityPolicySummary.BuilderSecurityPolicySummary.Builder. type(SecurityPolicyType type)The type of security policy.UpdateSecurityPolicyRequest.BuilderUpdateSecurityPolicyRequest.Builder. type(SecurityPolicyType type)The type of access policy.
-