| Package | Description |
|---|---|
| com.amazonaws.services.opensearchserverless.model |
| Modifier and Type | Method and Description |
|---|---|
static SecurityPolicyType |
SecurityPolicyType.fromValue(String value)
Use this in place of valueOf.
|
static SecurityPolicyType |
SecurityPolicyType.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.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateSecurityPolicyRequest |
UpdateSecurityPolicyRequest.withType(SecurityPolicyType type)
The type of access policy.
|
ListSecurityPoliciesRequest |
ListSecurityPoliciesRequest.withType(SecurityPolicyType type)
The type of policy.
|
DeleteSecurityPolicyRequest |
DeleteSecurityPolicyRequest.withType(SecurityPolicyType type)
The type of policy.
|
CreateSecurityPolicyRequest |
CreateSecurityPolicyRequest.withType(SecurityPolicyType type)
The type of security policy.
|
GetSecurityPolicyRequest |
GetSecurityPolicyRequest.withType(SecurityPolicyType type)
The type of security policy.
|
SecurityPolicyDetail |
SecurityPolicyDetail.withType(SecurityPolicyType type)
The type of security policy.
|
SecurityPolicySummary |
SecurityPolicySummary.withType(SecurityPolicyType type)
The type of security policy.
|
Copyright © 2022. All rights reserved.