| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam |
|
| software.amazon.awssdk.services.iam.model |
| 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 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 ListSAMLProviderTagsIterable |
IamClient.listSAMLProviderTagsPaginator(Consumer<ListSamlProviderTagsRequest.Builder> listSamlProviderTagsRequest)
Lists the tags that are attached to the specified Security Assertion Markup Language (SAML) identity provider.
|
default ListSAMLProviderTagsPublisher |
IamAsyncClient.listSAMLProviderTagsPaginator(Consumer<ListSamlProviderTagsRequest.Builder> listSamlProviderTagsRequest)
Lists the tags that are attached to the specified Security Assertion Markup Language (SAML) identity provider.
|
| Modifier and Type | Method and Description |
|---|---|
static ListSamlProviderTagsRequest.Builder |
ListSamlProviderTagsRequest.builder() |
ListSamlProviderTagsRequest.Builder |
ListSamlProviderTagsRequest.Builder.marker(String marker)
Use this parameter only when paginating results and only after you receive a response indicating that the
results are truncated.
|
ListSamlProviderTagsRequest.Builder |
ListSamlProviderTagsRequest.Builder.maxItems(Integer maxItems)
Use this only when paginating results to indicate the maximum number of items you want in the response.
|
ListSamlProviderTagsRequest.Builder |
ListSamlProviderTagsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListSamlProviderTagsRequest.Builder |
ListSamlProviderTagsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListSamlProviderTagsRequest.Builder |
ListSamlProviderTagsRequest.Builder.samlProviderArn(String samlProviderArn)
The ARN of the Security Assertion Markup Language (SAML) identity provider whose tags you want to see.
|
ListSamlProviderTagsRequest.Builder |
ListSamlProviderTagsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListSamlProviderTagsRequest.Builder> |
ListSamlProviderTagsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.