Uses of Interface
software.amazon.awssdk.services.ec2.model.CreateTagsRequest.Builder
Packages that use CreateTagsRequest.Builder
Package
Description
-
Uses of CreateTagsRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type CreateTagsRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<CreateTagsResponse>Ec2AsyncClient.createTags(Consumer<CreateTagsRequest.Builder> createTagsRequest) Adds or overwrites only the specified tags for the specified Amazon EC2 resource or resources.default CreateTagsResponseEc2Client.createTags(Consumer<CreateTagsRequest.Builder> createTagsRequest) Adds or overwrites only the specified tags for the specified Amazon EC2 resource or resources. -
Uses of CreateTagsRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CreateTagsRequest.BuilderModifier and TypeMethodDescriptionstatic CreateTagsRequest.BuilderCreateTagsRequest.builder()Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.CreateTagsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateTagsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The IDs of the resources, separated by spaces.CreateTagsRequest.Builder.resources(Collection<String> resources) The IDs of the resources, separated by spaces.CreateTagsRequest.Builder.tags(Collection<Tag> tags) The tags.CreateTagsRequest.Builder.tags(Consumer<Tag.Builder>... tags) The tags.The tags.CreateTagsRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CreateTagsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateTagsRequest.Builder>CreateTagsRequest.serializableBuilderClass()