Uses of Class
software.amazon.awssdk.services.iam.model.SAMLProviderListEntry
-
Packages that use SAMLProviderListEntry Package Description software.amazon.awssdk.services.iam.model -
-
Uses of SAMLProviderListEntry in software.amazon.awssdk.services.iam.model
Methods in software.amazon.awssdk.services.iam.model that return types with arguments of type SAMLProviderListEntry Modifier and Type Method Description List<SAMLProviderListEntry>ListSamlProvidersResponse. samlProviderList()The list of SAML provider resource objects defined in IAM for this Amazon Web Services account.Methods in software.amazon.awssdk.services.iam.model with parameters of type SAMLProviderListEntry Modifier and Type Method Description ListSamlProvidersResponse.BuilderListSamlProvidersResponse.Builder. samlProviderList(SAMLProviderListEntry... samlProviderList)The list of SAML provider resource objects defined in IAM for this Amazon Web Services account.Method parameters in software.amazon.awssdk.services.iam.model with type arguments of type SAMLProviderListEntry Modifier and Type Method Description ListSamlProvidersResponse.BuilderListSamlProvidersResponse.Builder. samlProviderList(Collection<SAMLProviderListEntry> samlProviderList)The list of SAML provider resource objects defined in IAM for this Amazon Web Services account.
-