Uses of Class
software.amazon.awssdk.services.opensearch.model.SAMLIdp
-
Packages that use SAMLIdp Package Description software.amazon.awssdk.services.opensearch.model -
-
Uses of SAMLIdp in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.model that return SAMLIdp Modifier and Type Method Description SAMLIdpSAMLOptionsInput. idp()The SAML Identity Provider's information.SAMLIdpSAMLOptionsOutput. idp()Describes the SAML identity provider's information.Methods in software.amazon.awssdk.services.opensearch.model with parameters of type SAMLIdp Modifier and Type Method Description SAMLOptionsInput.BuilderSAMLOptionsInput.Builder. idp(SAMLIdp idp)The SAML Identity Provider's information.SAMLOptionsOutput.BuilderSAMLOptionsOutput.Builder. idp(SAMLIdp idp)Describes the SAML identity provider's information.
-