Uses of Class
software.amazon.awssdk.services.opensearchserverless.model.SecurityConfigType
-
Packages that use SecurityConfigType Package Description software.amazon.awssdk.services.opensearchserverless.model -
-
Uses of SecurityConfigType in software.amazon.awssdk.services.opensearchserverless.model
Methods in software.amazon.awssdk.services.opensearchserverless.model that return SecurityConfigType Modifier and Type Method Description static SecurityConfigTypeSecurityConfigType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SecurityConfigTypeCreateSecurityConfigRequest. type()The type of security configuration.SecurityConfigTypeListSecurityConfigsRequest. type()The type of security configuration.SecurityConfigTypeSecurityConfigDetail. type()The type of security configuration.SecurityConfigTypeSecurityConfigSummary. type()The type of security configuration.static SecurityConfigTypeSecurityConfigType. 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.Methods in software.amazon.awssdk.services.opensearchserverless.model that return types with arguments of type SecurityConfigType Modifier and Type Method Description static Set<SecurityConfigType>SecurityConfigType. knownValues()Methods in software.amazon.awssdk.services.opensearchserverless.model with parameters of type SecurityConfigType Modifier and Type Method Description CreateSecurityConfigRequest.BuilderCreateSecurityConfigRequest.Builder. type(SecurityConfigType type)The type of security configuration.ListSecurityConfigsRequest.BuilderListSecurityConfigsRequest.Builder. type(SecurityConfigType type)The type of security configuration.SecurityConfigDetail.BuilderSecurityConfigDetail.Builder. type(SecurityConfigType type)The type of security configuration.SecurityConfigSummary.BuilderSecurityConfigSummary.Builder. type(SecurityConfigType type)The type of security configuration.
-