Uses of Interface
software.amazon.awssdk.services.iam.model.TagInstanceProfileRequest.Builder
-
Packages that use TagInstanceProfileRequest.Builder Package Description software.amazon.awssdk.services.iam Identity and Access Management software.amazon.awssdk.services.iam.model -
-
Uses of TagInstanceProfileRequest.Builder in software.amazon.awssdk.services.iam
Method parameters in software.amazon.awssdk.services.iam with type arguments of type TagInstanceProfileRequest.Builder Modifier and Type Method Description default CompletableFuture<TagInstanceProfileResponse>IamAsyncClient. tagInstanceProfile(Consumer<TagInstanceProfileRequest.Builder> tagInstanceProfileRequest)Adds one or more tags to an IAM instance profile.default TagInstanceProfileResponseIamClient. tagInstanceProfile(Consumer<TagInstanceProfileRequest.Builder> tagInstanceProfileRequest)Adds one or more tags to an IAM instance profile. -
Uses of TagInstanceProfileRequest.Builder in software.amazon.awssdk.services.iam.model
Methods in software.amazon.awssdk.services.iam.model that return TagInstanceProfileRequest.Builder Modifier and Type Method Description static TagInstanceProfileRequest.BuilderTagInstanceProfileRequest. builder()TagInstanceProfileRequest.BuilderTagInstanceProfileRequest.Builder. instanceProfileName(String instanceProfileName)The name of the IAM instance profile to which you want to add tags.TagInstanceProfileRequest.BuilderTagInstanceProfileRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)TagInstanceProfileRequest.BuilderTagInstanceProfileRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)TagInstanceProfileRequest.BuilderTagInstanceProfileRequest.Builder. tags(Collection<Tag> tags)The list of tags that you want to attach to the IAM instance profile.TagInstanceProfileRequest.BuilderTagInstanceProfileRequest.Builder. tags(Consumer<Tag.Builder>... tags)The list of tags that you want to attach to the IAM instance profile.TagInstanceProfileRequest.BuilderTagInstanceProfileRequest.Builder. tags(Tag... tags)The list of tags that you want to attach to the IAM instance profile.TagInstanceProfileRequest.BuilderTagInstanceProfileRequest. toBuilder()Methods in software.amazon.awssdk.services.iam.model that return types with arguments of type TagInstanceProfileRequest.Builder Modifier and Type Method Description static Class<? extends TagInstanceProfileRequest.Builder>TagInstanceProfileRequest. serializableBuilderClass()
-