| Package | Description |
|---|---|
| software.amazon.awssdk.services.opensearchserverless.model |
| Modifier and Type | Method and Description |
|---|---|
static SecurityConfigType |
SecurityConfigType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
SecurityConfigType |
ListSecurityConfigsRequest.type()
The type of security configuration.
|
SecurityConfigType |
CreateSecurityConfigRequest.type()
The type of security configuration.
|
SecurityConfigType |
SecurityConfigSummary.type()
The type of security configuration.
|
SecurityConfigType |
SecurityConfigDetail.type()
The type of security configuration.
|
static SecurityConfigType |
SecurityConfigType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SecurityConfigType[] |
SecurityConfigType.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<SecurityConfigType> |
SecurityConfigType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ListSecurityConfigsRequest.Builder |
ListSecurityConfigsRequest.Builder.type(SecurityConfigType type)
The type of security configuration.
|
CreateSecurityConfigRequest.Builder |
CreateSecurityConfigRequest.Builder.type(SecurityConfigType type)
The type of security configuration.
|
SecurityConfigSummary.Builder |
SecurityConfigSummary.Builder.type(SecurityConfigType type)
The type of security configuration.
|
SecurityConfigDetail.Builder |
SecurityConfigDetail.Builder.type(SecurityConfigType type)
The type of security configuration.
|
Copyright © 2023. All rights reserved.