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 TypeMethodDescriptionvoid
ClassicLinkInstance.setTags
(Collection<Tag> tags) Any tags assigned to the instance.void
ConversionTask.setTags
(Collection<Tag> tags) Any tags assigned to the task.void
CreateTagsRequest.setTags
(Collection<Tag> tags) One or more tags.void
CustomerGateway.setTags
(Collection<Tag> tags) Any tags assigned to the customer gateway.void
DeleteTagsRequest.setTags
(Collection<Tag> tags) One or more tags to delete.void
DhcpOptions.setTags
(Collection<Tag> tags) Any tags assigned to the DHCP options set.void
Image.setTags
(Collection<Tag> tags) Any tags assigned to the image.void
Instance.setTags
(Collection<Tag> tags) Any tags assigned to the instance.void
InternetGateway.setTags
(Collection<Tag> tags) Any tags assigned to the Internet gateway.void
NetworkAcl.setTags
(Collection<Tag> tags) Any tags assigned to the network ACL.void
ReservedInstances.setTags
(Collection<Tag> tags) Any tags assigned to the resource.void
ReservedInstancesListing.setTags
(Collection<Tag> tags) Any tags assigned to the resource.void
RouteTable.setTags
(Collection<Tag> tags) Any tags assigned to the route table.void
SecurityGroup.setTags
(Collection<Tag> tags) Any tags assigned to the security group.void
Snapshot.setTags
(Collection<Tag> tags) Any tags assigned to the snapshot.void
SpotInstanceRequest.setTags
(Collection<Tag> tags) Any tags assigned to the resource.void
Subnet.setTags
(Collection<Tag> tags) Any tags assigned to the subnet.void
Volume.setTags
(Collection<Tag> tags) Any tags assigned to the volume.void
Vpc.setTags
(Collection<Tag> tags) Any tags assigned to the VPC.void
VpcClassicLink.setTags
(Collection<Tag> tags) Any tags assigned to the VPC.void
VpcPeeringConnection.setTags
(Collection<Tag> tags) Any tags assigned to the resource.void
VpnConnection.setTags
(Collection<Tag> tags) Any tags assigned to the VPN connection.void
VpnGateway.setTags
(Collection<Tag> tags) Any tags assigned to the virtual private gateway.void
NetworkInterface.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.