Package | Description |
---|---|
com.amazonaws.services.elasticsearch.model |
Modifier and Type | Method and Description |
---|---|
SAMLIdp |
SAMLIdp.clone() |
SAMLIdp |
SAMLOptionsOutput.getIdp()
Describes the SAML Identity Provider's information.
|
SAMLIdp |
SAMLOptionsInput.getIdp()
Specifies the SAML Identity Provider's information.
|
SAMLIdp |
SAMLIdp.withEntityId(String entityId)
The unique Entity ID of the application in 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)
Specifies the SAML Identity Provider's information.
|
SAMLOptionsOutput |
SAMLOptionsOutput.withIdp(SAMLIdp idp)
Describes the SAML Identity Provider's information.
|
SAMLOptionsInput |
SAMLOptionsInput.withIdp(SAMLIdp idp)
Specifies the SAML Identity Provider's information.
|
Copyright © 2021. All rights reserved.