Uses of Interface
software.amazon.awssdk.services.iam.model.TagPolicyRequest.Builder
-
Packages that use TagPolicyRequest.Builder Package Description software.amazon.awssdk.services.iam Identity and Access Management software.amazon.awssdk.services.iam.model -
-
Uses of TagPolicyRequest.Builder in software.amazon.awssdk.services.iam
Method parameters in software.amazon.awssdk.services.iam with type arguments of type TagPolicyRequest.Builder 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 TagPolicyResponseIamClient. tagPolicy(Consumer<TagPolicyRequest.Builder> tagPolicyRequest)Adds one or more tags to an IAM customer managed policy. -
Uses of TagPolicyRequest.Builder in software.amazon.awssdk.services.iam.model
Methods in software.amazon.awssdk.services.iam.model that return TagPolicyRequest.Builder Modifier and Type Method Description static TagPolicyRequest.BuilderTagPolicyRequest. builder()TagPolicyRequest.BuilderTagPolicyRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)TagPolicyRequest.BuilderTagPolicyRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)TagPolicyRequest.BuilderTagPolicyRequest.Builder. policyArn(String policyArn)The ARN of the IAM customer managed policy to which you want to add tags.TagPolicyRequest.BuilderTagPolicyRequest.Builder. tags(Collection<Tag> tags)The list of tags that you want to attach to the IAM customer managed policy.TagPolicyRequest.BuilderTagPolicyRequest.Builder. tags(Consumer<Tag.Builder>... tags)The list of tags that you want to attach to the IAM customer managed policy.TagPolicyRequest.BuilderTagPolicyRequest.Builder. tags(Tag... tags)The list of tags that you want to attach to the IAM customer managed policy.TagPolicyRequest.BuilderTagPolicyRequest. toBuilder()Methods in software.amazon.awssdk.services.iam.model that return types with arguments of type TagPolicyRequest.Builder Modifier and Type Method Description static Class<? extends TagPolicyRequest.Builder>TagPolicyRequest. serializableBuilderClass()
-