Uses of Class
com.amazonaws.services.identitymanagement.model.SAMLProviderListEntry
-
Packages that use SAMLProviderListEntry Package Description com.amazonaws.services.identitymanagement.model -
-
Uses of SAMLProviderListEntry in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return SAMLProviderListEntry Modifier and Type Method 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.Methods in com.amazonaws.services.identitymanagement.model that return types with arguments of type SAMLProviderListEntry Modifier and Type Method Description List<SAMLProviderListEntry>
ListSAMLProvidersResult. 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 SAMLProviderListEntry Modifier and Type Method Description ListSAMLProvidersResult
ListSAMLProvidersResult. 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 SAMLProviderListEntry Modifier and Type Method 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.
-