| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam |
|
| software.amazon.awssdk.services.iam.paginators | |
| software.amazon.awssdk.services.iam.transform |
| Modifier and Type | Method and 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 ListSamlProviderTagsResponse |
IamClient.listSAMLProviderTags(ListSamlProviderTagsRequest listSamlProviderTagsRequest)
Lists the tags that are attached to the specified Security Assertion Markup Language (SAML) identity provider.
|
default ListSAMLProviderTagsPublisher |
IamAsyncClient.listSAMLProviderTagsPaginator(ListSamlProviderTagsRequest listSamlProviderTagsRequest)
Lists the tags that are attached to the specified Security Assertion Markup Language (SAML) identity provider.
|
default ListSAMLProviderTagsIterable |
IamClient.listSAMLProviderTagsPaginator(ListSamlProviderTagsRequest listSamlProviderTagsRequest)
Lists the tags that are attached to the specified Security Assertion Markup Language (SAML) identity provider.
|
| Constructor and Description |
|---|
ListSAMLProviderTagsIterable(IamClient client,
ListSamlProviderTagsRequest firstRequest) |
ListSAMLProviderTagsPublisher(IamAsyncClient client,
ListSamlProviderTagsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListSamlProviderTagsRequestMarshaller.marshall(ListSamlProviderTagsRequest listSamlProviderTagsRequest) |
Copyright © 2023. All rights reserved.