| Package | Description |
|---|---|
| software.amazon.awssdk.services.opensearchserverless.model |
| Modifier and Type | Method and Description |
|---|---|
static SecurityPolicyType |
SecurityPolicyType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
SecurityPolicyType |
UpdateSecurityPolicyRequest.type()
The type of access policy.
|
SecurityPolicyType |
ListSecurityPoliciesRequest.type()
The type of policy.
|
SecurityPolicyType |
CreateSecurityPolicyRequest.type()
The type of security policy.
|
SecurityPolicyType |
GetSecurityPolicyRequest.type()
The type of security policy.
|
SecurityPolicyType |
DeleteSecurityPolicyRequest.type()
The type of policy.
|
SecurityPolicyType |
SecurityPolicyDetail.type()
The type of security policy.
|
SecurityPolicyType |
SecurityPolicySummary.type()
The type of security policy.
|
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 |
|---|---|
static Set<SecurityPolicyType> |
SecurityPolicyType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateSecurityPolicyRequest.Builder |
UpdateSecurityPolicyRequest.Builder.type(SecurityPolicyType type)
The type of access policy.
|
ListSecurityPoliciesRequest.Builder |
ListSecurityPoliciesRequest.Builder.type(SecurityPolicyType type)
The type of policy.
|
CreateSecurityPolicyRequest.Builder |
CreateSecurityPolicyRequest.Builder.type(SecurityPolicyType type)
The type of security policy.
|
GetSecurityPolicyRequest.Builder |
GetSecurityPolicyRequest.Builder.type(SecurityPolicyType type)
The type of security policy.
|
DeleteSecurityPolicyRequest.Builder |
DeleteSecurityPolicyRequest.Builder.type(SecurityPolicyType type)
The type of policy.
|
SecurityPolicyDetail.Builder |
SecurityPolicyDetail.Builder.type(SecurityPolicyType type)
The type of security policy.
|
SecurityPolicySummary.Builder |
SecurityPolicySummary.Builder.type(SecurityPolicyType type)
The type of security policy.
|
Copyright © 2023. All rights reserved.