Uses of Class
software.amazon.awssdk.services.iam.model.TagPolicyResponse
-
Packages that use TagPolicyResponse Package Description software.amazon.awssdk.services.iam Identity and Access Management -
-
Uses of TagPolicyResponse in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam that return TagPolicyResponse Modifier and Type Method Description default TagPolicyResponseIamClient. tagPolicy(Consumer<TagPolicyRequest.Builder> tagPolicyRequest)Adds one or more tags to an IAM customer managed policy.default TagPolicyResponseIamClient. tagPolicy(TagPolicyRequest tagPolicyRequest)Adds one or more tags to an IAM customer managed policy.Methods in software.amazon.awssdk.services.iam that return types with arguments of type TagPolicyResponse Modifier and Type Method Description default CompletableFuture<TagPolicyResponse>IamAsyncClient. tagPolicy(Consumer<TagPolicyRequest.Builder> tagPolicyRequest)Adds one or more tags to an IAM customer managed policy.default CompletableFuture<TagPolicyResponse>IamAsyncClient. tagPolicy(TagPolicyRequest tagPolicyRequest)Adds one or more tags to an IAM customer managed policy.
-