Uses of Class
software.amazon.awssdk.services.opensearchserverless.model.SamlConfigOptions
-
Packages that use SamlConfigOptions Package Description software.amazon.awssdk.services.opensearchserverless.model -
-
Uses of SamlConfigOptions in software.amazon.awssdk.services.opensearchserverless.model
Methods in software.amazon.awssdk.services.opensearchserverless.model that return SamlConfigOptions Modifier and Type Method Description SamlConfigOptionsCreateSecurityConfigRequest. samlOptions()Describes SAML options in in the form of a key-value map.SamlConfigOptionsSecurityConfigDetail. samlOptions()SAML options for the security configuration in the form of a key-value map.SamlConfigOptionsUpdateSecurityConfigRequest. samlOptions()SAML options in in the form of a key-value map.Methods in software.amazon.awssdk.services.opensearchserverless.model with parameters of type SamlConfigOptions Modifier and Type Method Description CreateSecurityConfigRequest.BuilderCreateSecurityConfigRequest.Builder. samlOptions(SamlConfigOptions samlOptions)Describes SAML options in in the form of a key-value map.SecurityConfigDetail.BuilderSecurityConfigDetail.Builder. samlOptions(SamlConfigOptions samlOptions)SAML options for the security configuration in the form of a key-value map.UpdateSecurityConfigRequest.BuilderUpdateSecurityConfigRequest.Builder. samlOptions(SamlConfigOptions samlOptions)SAML options in in the form of a key-value map.
-