| Package | Description |
|---|---|
| software.amazon.awssdk.services.opensearch.model |
| Modifier and Type | Method and Description |
|---|---|
static SAMLIdp.Builder |
SAMLIdp.builder() |
SAMLIdp.Builder |
SAMLIdp.Builder.entityId(String entityId)
The unique entity ID of the application in the SAML identity provider.
|
SAMLIdp.Builder |
SAMLIdp.Builder.metadataContent(String metadataContent)
The metadata of the SAML application, in XML format.
|
SAMLIdp.Builder |
SAMLIdp.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SAMLIdp.Builder> |
SAMLIdp.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default SAMLOptionsOutput.Builder |
SAMLOptionsOutput.Builder.idp(Consumer<SAMLIdp.Builder> idp)
Describes the SAML identity provider's information.
|
default SAMLOptionsInput.Builder |
SAMLOptionsInput.Builder.idp(Consumer<SAMLIdp.Builder> idp)
The SAML Identity Provider's information.
|
Copyright © 2022. All rights reserved.