| Package | Description |
|---|---|
| com.amazonaws.services.identitymanagement.model |
Classes modeling the various types represented by AmazonIdentityManagement.
|
| Modifier and Type | Method and Description |
|---|---|
SAMLProviderListEntry |
SAMLProviderListEntry.clone() |
SAMLProviderListEntry |
SAMLProviderListEntry.withArn(String arn)
The Amazon Resource Name (ARN) of the SAML provider.
|
SAMLProviderListEntry |
SAMLProviderListEntry.withCreateDate(Date createDate)
The date and time when the SAML provider was created.
|
SAMLProviderListEntry |
SAMLProviderListEntry.withValidUntil(Date validUntil)
The expiration date and time for the SAML provider.
|
| Modifier and Type | Method and Description |
|---|---|
List<SAMLProviderListEntry> |
ListSAMLProvidersResult.getSAMLProviderList()
The list of SAML providers for this account.
|
| Modifier and Type | Method and Description |
|---|---|
ListSAMLProvidersResult |
ListSAMLProvidersResult.withSAMLProviderList(SAMLProviderListEntry... sAMLProviderList)
The list of SAML providers for this account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListSAMLProvidersResult.setSAMLProviderList(Collection<SAMLProviderListEntry> sAMLProviderList)
The list of SAML providers for this account.
|
ListSAMLProvidersResult |
ListSAMLProvidersResult.withSAMLProviderList(Collection<SAMLProviderListEntry> sAMLProviderList)
The list of SAML providers for this account.
|
Copyright © 2015. All rights reserved.