Uses of Class
software.amazon.awssdk.services.iam.model.ListSamlProviderTagsResponse
-
Packages that use ListSamlProviderTagsResponse Package Description software.amazon.awssdk.services.iam Identity and Access Management software.amazon.awssdk.services.iam.paginators -
-
Uses of ListSamlProviderTagsResponse in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam that return ListSamlProviderTagsResponse Modifier and Type Method Description default ListSamlProviderTagsResponseIamClient. listSAMLProviderTags(Consumer<ListSamlProviderTagsRequest.Builder> 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.Methods in software.amazon.awssdk.services.iam that return types with arguments of type ListSamlProviderTagsResponse Modifier and Type Method Description default CompletableFuture<ListSamlProviderTagsResponse>IamAsyncClient. listSAMLProviderTags(Consumer<ListSamlProviderTagsRequest.Builder> listSamlProviderTagsRequest)Lists the tags that are attached to the specified Security Assertion Markup Language (SAML) identity provider.default CompletableFuture<ListSamlProviderTagsResponse>IamAsyncClient. listSAMLProviderTags(ListSamlProviderTagsRequest listSamlProviderTagsRequest)Lists the tags that are attached to the specified Security Assertion Markup Language (SAML) identity provider. -
Uses of ListSamlProviderTagsResponse in software.amazon.awssdk.services.iam.paginators
Methods in software.amazon.awssdk.services.iam.paginators that return types with arguments of type ListSamlProviderTagsResponse Modifier and Type Method Description Iterator<ListSamlProviderTagsResponse>ListSAMLProviderTagsIterable. iterator()Method parameters in software.amazon.awssdk.services.iam.paginators with type arguments of type ListSamlProviderTagsResponse Modifier and Type Method Description voidListSAMLProviderTagsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListSamlProviderTagsResponse> subscriber)
-