Uses of Class
software.amazon.awssdk.services.iam.model.UntagPolicyResponse
-
Packages that use UntagPolicyResponse Package Description software.amazon.awssdk.services.iam Identity and Access Management -
-
Uses of UntagPolicyResponse in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam that return UntagPolicyResponse Modifier and Type Method Description default UntagPolicyResponseIamClient. untagPolicy(Consumer<UntagPolicyRequest.Builder> untagPolicyRequest)Removes the specified tags from the customer managed policy.default UntagPolicyResponseIamClient. untagPolicy(UntagPolicyRequest untagPolicyRequest)Removes the specified tags from the customer managed policy.Methods in software.amazon.awssdk.services.iam that return types with arguments of type UntagPolicyResponse Modifier and Type Method Description default CompletableFuture<UntagPolicyResponse>IamAsyncClient. untagPolicy(Consumer<UntagPolicyRequest.Builder> untagPolicyRequest)Removes the specified tags from the customer managed policy.default CompletableFuture<UntagPolicyResponse>IamAsyncClient. untagPolicy(UntagPolicyRequest untagPolicyRequest)Removes the specified tags from the customer managed policy.
-