Uses of Class
software.amazon.awssdk.services.ec2.model.CreateTagsResponse
-
Packages that use CreateTagsResponse Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud -
-
Uses of CreateTagsResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return CreateTagsResponse Modifier and Type Method Description default CreateTagsResponseEc2Client. createTags(Consumer<CreateTagsRequest.Builder> 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.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type CreateTagsResponse Modifier and Type Method Description default CompletableFuture<CreateTagsResponse>Ec2AsyncClient. createTags(Consumer<CreateTagsRequest.Builder> createTagsRequest)Adds or overwrites only the specified tags for the specified Amazon EC2 resource or resources.default CompletableFuture<CreateTagsResponse>Ec2AsyncClient. createTags(CreateTagsRequest createTagsRequest)Adds or overwrites only the specified tags for the specified Amazon EC2 resource or resources.
-