Uses of Interface
software.amazon.awssdk.services.opensearch.model.SAMLIdp.Builder
-
Packages that use SAMLIdp.Builder Package Description software.amazon.awssdk.services.opensearch.model -
-
Uses of SAMLIdp.Builder in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.model that return SAMLIdp.Builder Modifier and Type Method Description static SAMLIdp.BuilderSAMLIdp. builder()SAMLIdp.BuilderSAMLIdp.Builder. entityId(String entityId)The unique entity ID of the application in the SAML identity provider.SAMLIdp.BuilderSAMLIdp.Builder. metadataContent(String metadataContent)The metadata of the SAML application, in XML format.SAMLIdp.BuilderSAMLIdp. toBuilder()Methods in software.amazon.awssdk.services.opensearch.model that return types with arguments of type SAMLIdp.Builder Modifier and Type Method Description static Class<? extends SAMLIdp.Builder>SAMLIdp. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.opensearch.model with type arguments of type SAMLIdp.Builder Modifier and Type Method Description default SAMLOptionsInput.BuilderSAMLOptionsInput.Builder. idp(Consumer<SAMLIdp.Builder> idp)The SAML Identity Provider's information.default SAMLOptionsOutput.BuilderSAMLOptionsOutput.Builder. idp(Consumer<SAMLIdp.Builder> idp)Describes the SAML identity provider's information.
-