Uses of Class
com.amazonaws.services.ec2.model.Tag
Packages that use Tag
-
Uses of Tag in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return TagMethods in com.amazonaws.services.ec2.model that return types with arguments of type TagModifier and TypeMethodDescriptionClassicLinkInstance.getTags()Any tags assigned to the instance.ConversionTask.getTags()Any tags assigned to the task.CreateTagsRequest.getTags()One or more tags.CustomerGateway.getTags()Any tags assigned to the customer gateway.DeleteTagsRequest.getTags()One or more tags to delete.DhcpOptions.getTags()Any tags assigned to the DHCP options set.Image.getTags()Any tags assigned to the image.Instance.getTags()Any tags assigned to the instance.InternetGateway.getTags()Any tags assigned to the Internet gateway.NetworkAcl.getTags()Any tags assigned to the network ACL.ReservedInstances.getTags()Any tags assigned to the resource.ReservedInstancesListing.getTags()Any tags assigned to the resource.RouteTable.getTags()Any tags assigned to the route table.SecurityGroup.getTags()Any tags assigned to the security group.Snapshot.getTags()Any tags assigned to the snapshot.SpotInstanceRequest.getTags()Any tags assigned to the resource.Subnet.getTags()Any tags assigned to the subnet.Volume.getTags()Any tags assigned to the volume.Vpc.getTags()Any tags assigned to the VPC.VpcClassicLink.getTags()Any tags assigned to the VPC.VpcPeeringConnection.getTags()Any tags assigned to the resource.VpnConnection.getTags()Any tags assigned to the VPN connection.VpnGateway.getTags()Any tags assigned to the virtual private gateway.NetworkInterface.getTagSet()Any tags assigned to the network interface.Methods in com.amazonaws.services.ec2.model with parameters of type TagModifier and TypeMethodDescriptionAny tags assigned to the instance.Any tags assigned to the task.One or more tags.Any tags assigned to the customer gateway.One or more tags to delete.Any tags assigned to the DHCP options set.Any tags assigned to the image.Any tags assigned to the instance.Any tags assigned to the Internet gateway.Any tags assigned to the network ACL.Any tags assigned to the resource.Any tags assigned to the resource.Any tags assigned to the route table.Any tags assigned to the security group.Any tags assigned to the snapshot.Any tags assigned to the resource.Any tags assigned to the subnet.Any tags assigned to the volume.Any tags assigned to the VPC.Any tags assigned to the VPC.Any tags assigned to the resource.Any tags assigned to the VPN connection.Any tags assigned to the virtual private gateway.NetworkInterface.withTagSet(Tag... tagSet) Any tags assigned to the network interface.Method parameters in com.amazonaws.services.ec2.model with type arguments of type TagModifier and TypeMethodDescriptionvoidClassicLinkInstance.setTags(Collection<Tag> tags) Any tags assigned to the instance.voidConversionTask.setTags(Collection<Tag> tags) Any tags assigned to the task.voidCreateTagsRequest.setTags(Collection<Tag> tags) One or more tags.voidCustomerGateway.setTags(Collection<Tag> tags) Any tags assigned to the customer gateway.voidDeleteTagsRequest.setTags(Collection<Tag> tags) One or more tags to delete.voidDhcpOptions.setTags(Collection<Tag> tags) Any tags assigned to the DHCP options set.voidImage.setTags(Collection<Tag> tags) Any tags assigned to the image.voidInstance.setTags(Collection<Tag> tags) Any tags assigned to the instance.voidInternetGateway.setTags(Collection<Tag> tags) Any tags assigned to the Internet gateway.voidNetworkAcl.setTags(Collection<Tag> tags) Any tags assigned to the network ACL.voidReservedInstances.setTags(Collection<Tag> tags) Any tags assigned to the resource.voidReservedInstancesListing.setTags(Collection<Tag> tags) Any tags assigned to the resource.voidRouteTable.setTags(Collection<Tag> tags) Any tags assigned to the route table.voidSecurityGroup.setTags(Collection<Tag> tags) Any tags assigned to the security group.voidSnapshot.setTags(Collection<Tag> tags) Any tags assigned to the snapshot.voidSpotInstanceRequest.setTags(Collection<Tag> tags) Any tags assigned to the resource.voidSubnet.setTags(Collection<Tag> tags) Any tags assigned to the subnet.voidVolume.setTags(Collection<Tag> tags) Any tags assigned to the volume.voidVpc.setTags(Collection<Tag> tags) Any tags assigned to the VPC.voidVpcClassicLink.setTags(Collection<Tag> tags) Any tags assigned to the VPC.voidVpcPeeringConnection.setTags(Collection<Tag> tags) Any tags assigned to the resource.voidVpnConnection.setTags(Collection<Tag> tags) Any tags assigned to the VPN connection.voidVpnGateway.setTags(Collection<Tag> tags) Any tags assigned to the virtual private gateway.voidNetworkInterface.setTagSet(Collection<Tag> tagSet) Any tags assigned to the network interface.ClassicLinkInstance.withTags(Collection<Tag> tags) Any tags assigned to the instance.ConversionTask.withTags(Collection<Tag> tags) Any tags assigned to the task.CreateTagsRequest.withTags(Collection<Tag> tags) One or more tags.CustomerGateway.withTags(Collection<Tag> tags) Any tags assigned to the customer gateway.DeleteTagsRequest.withTags(Collection<Tag> tags) One or more tags to delete.DhcpOptions.withTags(Collection<Tag> tags) Any tags assigned to the DHCP options set.Image.withTags(Collection<Tag> tags) Any tags assigned to the image.Instance.withTags(Collection<Tag> tags) Any tags assigned to the instance.InternetGateway.withTags(Collection<Tag> tags) Any tags assigned to the Internet gateway.NetworkAcl.withTags(Collection<Tag> tags) Any tags assigned to the network ACL.ReservedInstances.withTags(Collection<Tag> tags) Any tags assigned to the resource.ReservedInstancesListing.withTags(Collection<Tag> tags) Any tags assigned to the resource.RouteTable.withTags(Collection<Tag> tags) Any tags assigned to the route table.SecurityGroup.withTags(Collection<Tag> tags) Any tags assigned to the security group.Snapshot.withTags(Collection<Tag> tags) Any tags assigned to the snapshot.SpotInstanceRequest.withTags(Collection<Tag> tags) Any tags assigned to the resource.Subnet.withTags(Collection<Tag> tags) Any tags assigned to the subnet.Volume.withTags(Collection<Tag> tags) Any tags assigned to the volume.Vpc.withTags(Collection<Tag> tags) Any tags assigned to the VPC.VpcClassicLink.withTags(Collection<Tag> tags) Any tags assigned to the VPC.VpcPeeringConnection.withTags(Collection<Tag> tags) Any tags assigned to the resource.VpnConnection.withTags(Collection<Tag> tags) Any tags assigned to the VPN connection.VpnGateway.withTags(Collection<Tag> tags) Any tags assigned to the virtual private gateway.NetworkInterface.withTagSet(Collection<Tag> tagSet) Any tags assigned to the network interface.