| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam |
|
| software.amazon.awssdk.services.iam.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListSamlProviderTagsResponse |
IamClient.listSAMLProviderTags(Consumer<ListSamlProviderTagsRequest.Builder> listSamlProviderTagsRequest)
Lists the tags that are attached to the specified Security Assertion Markup Language (SAML) identity provider.
|
default ListSamlProviderTagsResponse |
IamClient.listSAMLProviderTags(ListSamlProviderTagsRequest listSamlProviderTagsRequest)
Lists the tags that are attached to the specified Security Assertion Markup Language (SAML) identity provider.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListSamlProviderTagsResponse> |
ListSAMLProviderTagsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListSAMLProviderTagsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListSamlProviderTagsResponse> subscriber) |
Copyright © 2023. All rights reserved.