Uses of Class
software.amazon.awssdk.services.ec2.model.CreateTagsRequest
Packages that use CreateTagsRequest
Package
Description
-
Uses of CreateTagsRequest in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 with parameters of type CreateTagsRequestModifier and TypeMethodDescriptiondefault CompletableFuture<CreateTagsResponse>Ec2AsyncClient.createTags(CreateTagsRequest createTagsRequest) Adds or overwrites only the specified tags for the specified Amazon EC2 resource or resources.default CreateTagsResponseEc2Client.createTags(CreateTagsRequest createTagsRequest) Adds or overwrites only the specified tags for the specified Amazon EC2 resource or resources. -
Uses of CreateTagsRequest in software.amazon.awssdk.services.ec2.transform
Methods in software.amazon.awssdk.services.ec2.transform with parameters of type CreateTagsRequestModifier and TypeMethodDescriptionCreateTagsRequestMarshaller.marshall(CreateTagsRequest createTagsRequest)