Uses of Interface
software.amazon.awssdk.services.iam.model.UntagSamlProviderRequest.Builder
-
Packages that use UntagSamlProviderRequest.Builder Package Description software.amazon.awssdk.services.iam Identity and Access Management software.amazon.awssdk.services.iam.model -
-
Uses of UntagSamlProviderRequest.Builder in software.amazon.awssdk.services.iam
Method parameters in software.amazon.awssdk.services.iam with type arguments of type UntagSamlProviderRequest.Builder Modifier and Type Method Description 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.default UntagSamlProviderResponseIamClient. untagSAMLProvider(Consumer<UntagSamlProviderRequest.Builder> untagSamlProviderRequest)Removes the specified tags from the specified Security Assertion Markup Language (SAML) identity provider in IAM. -
Uses of UntagSamlProviderRequest.Builder in software.amazon.awssdk.services.iam.model
Methods in software.amazon.awssdk.services.iam.model that return UntagSamlProviderRequest.Builder Modifier and Type Method Description static UntagSamlProviderRequest.BuilderUntagSamlProviderRequest. builder()UntagSamlProviderRequest.BuilderUntagSamlProviderRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UntagSamlProviderRequest.BuilderUntagSamlProviderRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UntagSamlProviderRequest.BuilderUntagSamlProviderRequest.Builder. samlProviderArn(String samlProviderArn)The ARN of the SAML identity provider in IAM from which you want to remove tags.UntagSamlProviderRequest.BuilderUntagSamlProviderRequest.Builder. tagKeys(String... tagKeys)A list of key names as a simple array of strings.UntagSamlProviderRequest.BuilderUntagSamlProviderRequest.Builder. tagKeys(Collection<String> tagKeys)A list of key names as a simple array of strings.UntagSamlProviderRequest.BuilderUntagSamlProviderRequest. toBuilder()Methods in software.amazon.awssdk.services.iam.model that return types with arguments of type UntagSamlProviderRequest.Builder Modifier and Type Method Description static Class<? extends UntagSamlProviderRequest.Builder>UntagSamlProviderRequest. serializableBuilderClass()
-