Uses of Class
com.amazonaws.services.identitymanagement.model.SAMLProviderListEntry
Packages that use SAMLProviderListEntry
-
Uses of SAMLProviderListEntry in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return SAMLProviderListEntryModifier and TypeMethodDescriptionSAMLProviderListEntry.clone()
The Amazon Resource Name (ARN) of the SAML provider.SAMLProviderListEntry.withCreateDate
(Date createDate) The date and time when the SAML provider was created.SAMLProviderListEntry.withValidUntil
(Date validUntil) The expiration date and time for the SAML provider.Methods in com.amazonaws.services.identitymanagement.model that return types with arguments of type SAMLProviderListEntryModifier and TypeMethodDescriptionListSAMLProvidersResult.getSAMLProviderList()
The list of SAML provider resource objects defined in IAM for this AWS account.Methods in com.amazonaws.services.identitymanagement.model with parameters of type SAMLProviderListEntryModifier and TypeMethodDescriptionListSAMLProvidersResult.withSAMLProviderList
(SAMLProviderListEntry... sAMLProviderList) The list of SAML provider resource objects defined in IAM for this AWS account.Method parameters in com.amazonaws.services.identitymanagement.model with type arguments of type SAMLProviderListEntryModifier and TypeMethodDescriptionvoid
ListSAMLProvidersResult.setSAMLProviderList
(Collection<SAMLProviderListEntry> sAMLProviderList) The list of SAML provider resource objects defined in IAM for this AWS account.ListSAMLProvidersResult.withSAMLProviderList
(Collection<SAMLProviderListEntry> sAMLProviderList) The list of SAML provider resource objects defined in IAM for this AWS account.