| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam |
|
| software.amazon.awssdk.services.iam.model |
| Modifier and Type | Method and Description |
|---|---|
default UntagSamlProviderResponse |
IamClient.untagSAMLProvider(Consumer<UntagSamlProviderRequest.Builder> untagSamlProviderRequest)
Removes the specified tags from the specified Security Assertion Markup Language (SAML) identity provider in IAM.
|
default CompletableFuture<UntagSamlProviderResponse> |
IamAsyncClient.untagSAMLProvider(Consumer<UntagSamlProviderRequest.Builder> untagSamlProviderRequest)
Removes the specified tags from the specified Security Assertion Markup Language (SAML) identity provider in IAM.
|
| Modifier and Type | Method and Description |
|---|---|
static UntagSamlProviderRequest.Builder |
UntagSamlProviderRequest.builder() |
UntagSamlProviderRequest.Builder |
UntagSamlProviderRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UntagSamlProviderRequest.Builder |
UntagSamlProviderRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UntagSamlProviderRequest.Builder |
UntagSamlProviderRequest.Builder.samlProviderArn(String samlProviderArn)
The ARN of the SAML identity provider in IAM from which you want to remove tags.
|
UntagSamlProviderRequest.Builder |
UntagSamlProviderRequest.Builder.tagKeys(Collection<String> tagKeys)
A list of key names as a simple array of strings.
|
UntagSamlProviderRequest.Builder |
UntagSamlProviderRequest.Builder.tagKeys(String... tagKeys)
A list of key names as a simple array of strings.
|
UntagSamlProviderRequest.Builder |
UntagSamlProviderRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UntagSamlProviderRequest.Builder> |
UntagSamlProviderRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.