Package | Description |
---|---|
com.amazonaws.services.identitymanagement.model | |
com.amazonaws.services.identitymanagement.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<SAMLProviderListEntry> |
ListSAMLProvidersResult.sAMLProviderList
The list of SAML provider resource objects defined in IAM for this AWS
account.
|
Modifier and Type | Method and Description |
---|---|
SAMLProviderListEntry |
SAMLProviderListEntry.clone() |
SAMLProviderListEntry |
SAMLProviderListEntry.withArn(java.lang.String arn)
The Amazon Resource Name (ARN) of the SAML provider.
|
SAMLProviderListEntry |
SAMLProviderListEntry.withCreateDate(java.util.Date createDate)
The date and time when the SAML provider was created.
|
SAMLProviderListEntry |
SAMLProviderListEntry.withValidUntil(java.util.Date validUntil)
The expiration date and time for the SAML provider.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<SAMLProviderListEntry> sAMLProviderList)
The list of SAML provider resource objects defined in IAM for this AWS
account.
|
ListSAMLProvidersResult |
ListSAMLProvidersResult.withSAMLProviderList(java.util.Collection<SAMLProviderListEntry> sAMLProviderList)
The list of SAML provider resource objects defined in IAM for this AWS
account.
|
Modifier and Type | Method and Description |
---|---|
SAMLProviderListEntry |
SAMLProviderListEntryStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |