Package | Description |
---|---|
com.amazonaws.services.opensearch.model |
Modifier and Type | Method and Description |
---|---|
SAMLIdp |
SAMLIdp.clone() |
SAMLIdp |
SAMLOptionsOutput.getIdp()
Describes the SAML identity provider's information.
|
SAMLIdp |
SAMLOptionsInput.getIdp()
The SAML Identity Provider's information.
|
SAMLIdp |
SAMLIdp.withEntityId(String entityId)
The unique entity ID of the application in the SAML identity provider.
|
SAMLIdp |
SAMLIdp.withMetadataContent(String metadataContent)
The metadata of the SAML application, in XML format.
|
Modifier and Type | Method and Description |
---|---|
void |
SAMLOptionsOutput.setIdp(SAMLIdp idp)
Describes the SAML identity provider's information.
|
void |
SAMLOptionsInput.setIdp(SAMLIdp idp)
The SAML Identity Provider's information.
|
SAMLOptionsOutput |
SAMLOptionsOutput.withIdp(SAMLIdp idp)
Describes the SAML identity provider's information.
|
SAMLOptionsInput |
SAMLOptionsInput.withIdp(SAMLIdp idp)
The SAML Identity Provider's information.
|
Copyright © 2023. All rights reserved.