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