Uses of Class
software.amazon.awssdk.services.iam.model.ListSamlProviderTagsRequest
-
Packages that use ListSamlProviderTagsRequest Package Description software.amazon.awssdk.services.iam Identity and Access Management software.amazon.awssdk.services.iam.paginators software.amazon.awssdk.services.iam.transform -
-
Uses of ListSamlProviderTagsRequest in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam with parameters of type ListSamlProviderTagsRequest Modifier and Type Method Description default CompletableFuture<ListSamlProviderTagsResponse>IamAsyncClient. listSAMLProviderTags(ListSamlProviderTagsRequest listSamlProviderTagsRequest)Lists the tags that are attached to the specified Security Assertion Markup Language (SAML) identity provider.default ListSamlProviderTagsResponseIamClient. listSAMLProviderTags(ListSamlProviderTagsRequest listSamlProviderTagsRequest)Lists the tags that are attached to the specified Security Assertion Markup Language (SAML) identity provider.default ListSAMLProviderTagsPublisherIamAsyncClient. listSAMLProviderTagsPaginator(ListSamlProviderTagsRequest listSamlProviderTagsRequest)Lists the tags that are attached to the specified Security Assertion Markup Language (SAML) identity provider.default ListSAMLProviderTagsIterableIamClient. listSAMLProviderTagsPaginator(ListSamlProviderTagsRequest listSamlProviderTagsRequest)Lists the tags that are attached to the specified Security Assertion Markup Language (SAML) identity provider. -
Uses of ListSamlProviderTagsRequest in software.amazon.awssdk.services.iam.paginators
Constructors in software.amazon.awssdk.services.iam.paginators with parameters of type ListSamlProviderTagsRequest Constructor Description ListSAMLProviderTagsIterable(IamClient client, ListSamlProviderTagsRequest firstRequest)ListSAMLProviderTagsPublisher(IamAsyncClient client, ListSamlProviderTagsRequest firstRequest) -
Uses of ListSamlProviderTagsRequest in software.amazon.awssdk.services.iam.transform
Methods in software.amazon.awssdk.services.iam.transform with parameters of type ListSamlProviderTagsRequest Modifier and Type Method Description SdkHttpFullRequestListSamlProviderTagsRequestMarshaller. marshall(ListSamlProviderTagsRequest listSamlProviderTagsRequest)
-