Uses of Class
com.amazonaws.services.ec2.model.Tag
-
Packages that use Tag Package Description com.amazonaws.services.ec2.model -
-
Uses of Tag in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return Tag Modifier and Type Method Description Tag
Tag. clone()
Tag
Tag. withKey(String key)
The key of the tag.Tag
Tag. withValue(String value)
The value of the tag.Methods in com.amazonaws.services.ec2.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>
ClassicLinkInstance. getTags()
Any tags assigned to the instance.List<Tag>
ConversionTask. getTags()
Any tags assigned to the task.List<Tag>
CreateTagsRequest. getTags()
One or more tags.List<Tag>
CustomerGateway. getTags()
Any tags assigned to the customer gateway.List<Tag>
DeleteTagsRequest. getTags()
One or more tags to delete.List<Tag>
DhcpOptions. getTags()
Any tags assigned to the DHCP options set.List<Tag>
Image. getTags()
Any tags assigned to the image.List<Tag>
Instance. getTags()
Any tags assigned to the instance.List<Tag>
InternetGateway. getTags()
Any tags assigned to the Internet gateway.List<Tag>
NetworkAcl. getTags()
Any tags assigned to the network ACL.List<Tag>
ReservedInstances. getTags()
Any tags assigned to the resource.List<Tag>
ReservedInstancesListing. getTags()
Any tags assigned to the resource.List<Tag>
RouteTable. getTags()
Any tags assigned to the route table.List<Tag>
SecurityGroup. getTags()
Any tags assigned to the security group.List<Tag>
Snapshot. getTags()
Any tags assigned to the snapshot.List<Tag>
SpotInstanceRequest. getTags()
Any tags assigned to the resource.List<Tag>
Subnet. getTags()
Any tags assigned to the subnet.List<Tag>
Volume. getTags()
Any tags assigned to the volume.List<Tag>
Vpc. getTags()
Any tags assigned to the VPC.List<Tag>
VpcClassicLink. getTags()
Any tags assigned to the VPC.List<Tag>
VpcPeeringConnection. getTags()
Any tags assigned to the resource.List<Tag>
VpnConnection. getTags()
Any tags assigned to the VPN connection.List<Tag>
VpnGateway. getTags()
Any tags assigned to the virtual private gateway.List<Tag>
NetworkInterface. getTagSet()
Any tags assigned to the network interface.Methods in com.amazonaws.services.ec2.model with parameters of type Tag Modifier and Type Method Description ClassicLinkInstance
ClassicLinkInstance. withTags(Tag... tags)
Any tags assigned to the instance.ConversionTask
ConversionTask. withTags(Tag... tags)
Any tags assigned to the task.CreateTagsRequest
CreateTagsRequest. withTags(Tag... tags)
One or more tags.CustomerGateway
CustomerGateway. withTags(Tag... tags)
Any tags assigned to the customer gateway.DeleteTagsRequest
DeleteTagsRequest. withTags(Tag... tags)
One or more tags to delete.DhcpOptions
DhcpOptions. withTags(Tag... tags)
Any tags assigned to the DHCP options set.Image
Image. withTags(Tag... tags)
Any tags assigned to the image.Instance
Instance. withTags(Tag... tags)
Any tags assigned to the instance.InternetGateway
InternetGateway. withTags(Tag... tags)
Any tags assigned to the Internet gateway.NetworkAcl
NetworkAcl. withTags(Tag... tags)
Any tags assigned to the network ACL.ReservedInstances
ReservedInstances. withTags(Tag... tags)
Any tags assigned to the resource.ReservedInstancesListing
ReservedInstancesListing. withTags(Tag... tags)
Any tags assigned to the resource.RouteTable
RouteTable. withTags(Tag... tags)
Any tags assigned to the route table.SecurityGroup
SecurityGroup. withTags(Tag... tags)
Any tags assigned to the security group.Snapshot
Snapshot. withTags(Tag... tags)
Any tags assigned to the snapshot.SpotInstanceRequest
SpotInstanceRequest. withTags(Tag... tags)
Any tags assigned to the resource.Subnet
Subnet. withTags(Tag... tags)
Any tags assigned to the subnet.Volume
Volume. withTags(Tag... tags)
Any tags assigned to the volume.Vpc
Vpc. withTags(Tag... tags)
Any tags assigned to the VPC.VpcClassicLink
VpcClassicLink. withTags(Tag... tags)
Any tags assigned to the VPC.VpcPeeringConnection
VpcPeeringConnection. withTags(Tag... tags)
Any tags assigned to the resource.VpnConnection
VpnConnection. withTags(Tag... tags)
Any tags assigned to the VPN connection.VpnGateway
VpnGateway. withTags(Tag... tags)
Any tags assigned to the virtual private gateway.NetworkInterface
NetworkInterface. withTagSet(Tag... tagSet)
Any tags assigned to the network interface.Method parameters in com.amazonaws.services.ec2.model with type arguments of type Tag Modifier and Type Method Description void
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
ClassicLinkInstance. withTags(Collection<Tag> tags)
Any tags assigned to the instance.ConversionTask
ConversionTask. withTags(Collection<Tag> tags)
Any tags assigned to the task.CreateTagsRequest
CreateTagsRequest. withTags(Collection<Tag> tags)
One or more tags.CustomerGateway
CustomerGateway. withTags(Collection<Tag> tags)
Any tags assigned to the customer gateway.DeleteTagsRequest
DeleteTagsRequest. withTags(Collection<Tag> tags)
One or more tags to delete.DhcpOptions
DhcpOptions. withTags(Collection<Tag> tags)
Any tags assigned to the DHCP options set.Image
Image. withTags(Collection<Tag> tags)
Any tags assigned to the image.Instance
Instance. withTags(Collection<Tag> tags)
Any tags assigned to the instance.InternetGateway
InternetGateway. withTags(Collection<Tag> tags)
Any tags assigned to the Internet gateway.NetworkAcl
NetworkAcl. withTags(Collection<Tag> tags)
Any tags assigned to the network ACL.ReservedInstances
ReservedInstances. withTags(Collection<Tag> tags)
Any tags assigned to the resource.ReservedInstancesListing
ReservedInstancesListing. withTags(Collection<Tag> tags)
Any tags assigned to the resource.RouteTable
RouteTable. withTags(Collection<Tag> tags)
Any tags assigned to the route table.SecurityGroup
SecurityGroup. withTags(Collection<Tag> tags)
Any tags assigned to the security group.Snapshot
Snapshot. withTags(Collection<Tag> tags)
Any tags assigned to the snapshot.SpotInstanceRequest
SpotInstanceRequest. withTags(Collection<Tag> tags)
Any tags assigned to the resource.Subnet
Subnet. withTags(Collection<Tag> tags)
Any tags assigned to the subnet.Volume
Volume. withTags(Collection<Tag> tags)
Any tags assigned to the volume.Vpc
Vpc. withTags(Collection<Tag> tags)
Any tags assigned to the VPC.VpcClassicLink
VpcClassicLink. withTags(Collection<Tag> tags)
Any tags assigned to the VPC.VpcPeeringConnection
VpcPeeringConnection. withTags(Collection<Tag> tags)
Any tags assigned to the resource.VpnConnection
VpnConnection. withTags(Collection<Tag> tags)
Any tags assigned to the VPN connection.VpnGateway
VpnGateway. withTags(Collection<Tag> tags)
Any tags assigned to the virtual private gateway.NetworkInterface
NetworkInterface. withTagSet(Collection<Tag> tagSet)
Any tags assigned to the network interface.
-