Package | Description |
---|---|
com.amazonaws.services.identitymanagement.model |
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 provider resource objects defined in IAM for this AWS
account.
|
Modifier and Type | Method and Description |
---|---|
ListSAMLProvidersResult |
ListSAMLProvidersResult.withSAMLProviderList(SAMLProviderListEntry... sAMLProviderList)
The list of SAML provider resource objects defined in IAM for this AWS
account.
|
Modifier and Type | Method and Description |
---|---|
void |
ListSAMLProvidersResult.setSAMLProviderList(Collection<SAMLProviderListEntry> sAMLProviderList)
The list of SAML provider resource objects defined in IAM for this AWS
account.
|
ListSAMLProvidersResult |
ListSAMLProvidersResult.withSAMLProviderList(Collection<SAMLProviderListEntry> sAMLProviderList)
The list of SAML provider resource objects defined in IAM for this AWS
account.
|
Copyright © 2018. All rights reserved.