Uses of Class
software.amazon.awssdk.services.directconnect.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.directconnect.model -
-
Uses of Tag in software.amazon.awssdk.services.directconnect.model
Methods in software.amazon.awssdk.services.directconnect.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>CreateLagRequest. childConnectionTags()The tags to associate with the automtically created LAGs.List<Tag>AllocateHostedConnectionRequest. tags()The tags associated with the connection.List<Tag>AllocateHostedConnectionResponse. tags()The tags associated with the connection.List<Tag>AllocatePrivateVirtualInterfaceResponse. tags()The tags associated with the virtual interface.List<Tag>AllocatePublicVirtualInterfaceResponse. tags()The tags associated with the virtual interface.List<Tag>AssociateConnectionWithLagResponse. tags()The tags associated with the connection.List<Tag>AssociateHostedConnectionResponse. tags()The tags associated with the connection.List<Tag>AssociateVirtualInterfaceResponse. tags()The tags associated with the virtual interface.List<Tag>Connection. tags()The tags associated with the connection.List<Tag>CreateConnectionRequest. tags()The tags to associate with the lag.List<Tag>CreateConnectionResponse. tags()The tags associated with the connection.List<Tag>CreateInterconnectRequest. tags()The tags to associate with the interconnect.List<Tag>CreateInterconnectResponse. tags()The tags associated with the interconnect.List<Tag>CreateLagRequest. tags()The tags to associate with the LAG.List<Tag>CreateLagResponse. tags()The tags associated with the LAG.List<Tag>CreatePrivateVirtualInterfaceResponse. tags()The tags associated with the virtual interface.List<Tag>CreatePublicVirtualInterfaceResponse. tags()The tags associated with the virtual interface.List<Tag>DeleteConnectionResponse. tags()The tags associated with the connection.List<Tag>DeleteLagResponse. tags()The tags associated with the LAG.List<Tag>DisassociateConnectionFromLagResponse. tags()The tags associated with the connection.List<Tag>Interconnect. tags()The tags associated with the interconnect.List<Tag>Lag. tags()The tags associated with the LAG.List<Tag>NewPrivateVirtualInterface. tags()The tags associated with the private virtual interface.List<Tag>NewPrivateVirtualInterfaceAllocation. tags()The tags associated with the private virtual interface.List<Tag>NewPublicVirtualInterface. tags()The tags associated with the public virtual interface.List<Tag>NewPublicVirtualInterfaceAllocation. tags()The tags associated with the public virtual interface.List<Tag>NewTransitVirtualInterface. tags()The tags associated with the transitive virtual interface.List<Tag>NewTransitVirtualInterfaceAllocation. tags()The tags associated with the transitive virtual interface.List<Tag>ResourceTag. tags()The tags.List<Tag>TagResourceRequest. tags()The tags to add.List<Tag>UpdateConnectionResponse. tags()The tags associated with the connection.List<Tag>UpdateLagResponse. tags()The tags associated with the LAG.List<Tag>UpdateVirtualInterfaceAttributesResponse. tags()The tags associated with the virtual interface.List<Tag>VirtualInterface. tags()The tags associated with the virtual interface.Methods in software.amazon.awssdk.services.directconnect.model with parameters of type Tag Modifier and Type Method Description CreateLagRequest.BuilderCreateLagRequest.Builder. childConnectionTags(Tag... childConnectionTags)The tags to associate with the automtically created LAGs.AllocateHostedConnectionRequest.BuilderAllocateHostedConnectionRequest.Builder. tags(Tag... tags)The tags associated with the connection.AllocateHostedConnectionResponse.BuilderAllocateHostedConnectionResponse.Builder. tags(Tag... tags)The tags associated with the connection.AllocatePrivateVirtualInterfaceResponse.BuilderAllocatePrivateVirtualInterfaceResponse.Builder. tags(Tag... tags)The tags associated with the virtual interface.AllocatePublicVirtualInterfaceResponse.BuilderAllocatePublicVirtualInterfaceResponse.Builder. tags(Tag... tags)The tags associated with the virtual interface.AssociateConnectionWithLagResponse.BuilderAssociateConnectionWithLagResponse.Builder. tags(Tag... tags)The tags associated with the connection.AssociateHostedConnectionResponse.BuilderAssociateHostedConnectionResponse.Builder. tags(Tag... tags)The tags associated with the connection.AssociateVirtualInterfaceResponse.BuilderAssociateVirtualInterfaceResponse.Builder. tags(Tag... tags)The tags associated with the virtual interface.Connection.BuilderConnection.Builder. tags(Tag... tags)The tags associated with the connection.CreateConnectionRequest.BuilderCreateConnectionRequest.Builder. tags(Tag... tags)The tags to associate with the lag.CreateConnectionResponse.BuilderCreateConnectionResponse.Builder. tags(Tag... tags)The tags associated with the connection.CreateInterconnectRequest.BuilderCreateInterconnectRequest.Builder. tags(Tag... tags)The tags to associate with the interconnect.CreateInterconnectResponse.BuilderCreateInterconnectResponse.Builder. tags(Tag... tags)The tags associated with the interconnect.CreateLagRequest.BuilderCreateLagRequest.Builder. tags(Tag... tags)The tags to associate with the LAG.CreateLagResponse.BuilderCreateLagResponse.Builder. tags(Tag... tags)The tags associated with the LAG.CreatePrivateVirtualInterfaceResponse.BuilderCreatePrivateVirtualInterfaceResponse.Builder. tags(Tag... tags)The tags associated with the virtual interface.CreatePublicVirtualInterfaceResponse.BuilderCreatePublicVirtualInterfaceResponse.Builder. tags(Tag... tags)The tags associated with the virtual interface.DeleteConnectionResponse.BuilderDeleteConnectionResponse.Builder. tags(Tag... tags)The tags associated with the connection.DeleteLagResponse.BuilderDeleteLagResponse.Builder. tags(Tag... tags)The tags associated with the LAG.DisassociateConnectionFromLagResponse.BuilderDisassociateConnectionFromLagResponse.Builder. tags(Tag... tags)The tags associated with the connection.Interconnect.BuilderInterconnect.Builder. tags(Tag... tags)The tags associated with the interconnect.Lag.BuilderLag.Builder. tags(Tag... tags)The tags associated with the LAG.NewPrivateVirtualInterface.BuilderNewPrivateVirtualInterface.Builder. tags(Tag... tags)The tags associated with the private virtual interface.NewPrivateVirtualInterfaceAllocation.BuilderNewPrivateVirtualInterfaceAllocation.Builder. tags(Tag... tags)The tags associated with the private virtual interface.NewPublicVirtualInterface.BuilderNewPublicVirtualInterface.Builder. tags(Tag... tags)The tags associated with the public virtual interface.NewPublicVirtualInterfaceAllocation.BuilderNewPublicVirtualInterfaceAllocation.Builder. tags(Tag... tags)The tags associated with the public virtual interface.NewTransitVirtualInterface.BuilderNewTransitVirtualInterface.Builder. tags(Tag... tags)The tags associated with the transitive virtual interface.NewTransitVirtualInterfaceAllocation.BuilderNewTransitVirtualInterfaceAllocation.Builder. tags(Tag... tags)The tags associated with the transitive virtual interface.ResourceTag.BuilderResourceTag.Builder. tags(Tag... tags)The tags.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Tag... tags)The tags to add.UpdateConnectionResponse.BuilderUpdateConnectionResponse.Builder. tags(Tag... tags)The tags associated with the connection.UpdateLagResponse.BuilderUpdateLagResponse.Builder. tags(Tag... tags)The tags associated with the LAG.UpdateVirtualInterfaceAttributesResponse.BuilderUpdateVirtualInterfaceAttributesResponse.Builder. tags(Tag... tags)The tags associated with the virtual interface.VirtualInterface.BuilderVirtualInterface.Builder. tags(Tag... tags)The tags associated with the virtual interface.Method parameters in software.amazon.awssdk.services.directconnect.model with type arguments of type Tag Modifier and Type Method Description CreateLagRequest.BuilderCreateLagRequest.Builder. childConnectionTags(Collection<Tag> childConnectionTags)The tags to associate with the automtically created LAGs.AllocateHostedConnectionRequest.BuilderAllocateHostedConnectionRequest.Builder. tags(Collection<Tag> tags)The tags associated with the connection.AllocateHostedConnectionResponse.BuilderAllocateHostedConnectionResponse.Builder. tags(Collection<Tag> tags)The tags associated with the connection.AllocatePrivateVirtualInterfaceResponse.BuilderAllocatePrivateVirtualInterfaceResponse.Builder. tags(Collection<Tag> tags)The tags associated with the virtual interface.AllocatePublicVirtualInterfaceResponse.BuilderAllocatePublicVirtualInterfaceResponse.Builder. tags(Collection<Tag> tags)The tags associated with the virtual interface.AssociateConnectionWithLagResponse.BuilderAssociateConnectionWithLagResponse.Builder. tags(Collection<Tag> tags)The tags associated with the connection.AssociateHostedConnectionResponse.BuilderAssociateHostedConnectionResponse.Builder. tags(Collection<Tag> tags)The tags associated with the connection.AssociateVirtualInterfaceResponse.BuilderAssociateVirtualInterfaceResponse.Builder. tags(Collection<Tag> tags)The tags associated with the virtual interface.Connection.BuilderConnection.Builder. tags(Collection<Tag> tags)The tags associated with the connection.CreateConnectionRequest.BuilderCreateConnectionRequest.Builder. tags(Collection<Tag> tags)The tags to associate with the lag.CreateConnectionResponse.BuilderCreateConnectionResponse.Builder. tags(Collection<Tag> tags)The tags associated with the connection.CreateInterconnectRequest.BuilderCreateInterconnectRequest.Builder. tags(Collection<Tag> tags)The tags to associate with the interconnect.CreateInterconnectResponse.BuilderCreateInterconnectResponse.Builder. tags(Collection<Tag> tags)The tags associated with the interconnect.CreateLagRequest.BuilderCreateLagRequest.Builder. tags(Collection<Tag> tags)The tags to associate with the LAG.CreateLagResponse.BuilderCreateLagResponse.Builder. tags(Collection<Tag> tags)The tags associated with the LAG.CreatePrivateVirtualInterfaceResponse.BuilderCreatePrivateVirtualInterfaceResponse.Builder. tags(Collection<Tag> tags)The tags associated with the virtual interface.CreatePublicVirtualInterfaceResponse.BuilderCreatePublicVirtualInterfaceResponse.Builder. tags(Collection<Tag> tags)The tags associated with the virtual interface.DeleteConnectionResponse.BuilderDeleteConnectionResponse.Builder. tags(Collection<Tag> tags)The tags associated with the connection.DeleteLagResponse.BuilderDeleteLagResponse.Builder. tags(Collection<Tag> tags)The tags associated with the LAG.DisassociateConnectionFromLagResponse.BuilderDisassociateConnectionFromLagResponse.Builder. tags(Collection<Tag> tags)The tags associated with the connection.Interconnect.BuilderInterconnect.Builder. tags(Collection<Tag> tags)The tags associated with the interconnect.Lag.BuilderLag.Builder. tags(Collection<Tag> tags)The tags associated with the LAG.NewPrivateVirtualInterface.BuilderNewPrivateVirtualInterface.Builder. tags(Collection<Tag> tags)The tags associated with the private virtual interface.NewPrivateVirtualInterfaceAllocation.BuilderNewPrivateVirtualInterfaceAllocation.Builder. tags(Collection<Tag> tags)The tags associated with the private virtual interface.NewPublicVirtualInterface.BuilderNewPublicVirtualInterface.Builder. tags(Collection<Tag> tags)The tags associated with the public virtual interface.NewPublicVirtualInterfaceAllocation.BuilderNewPublicVirtualInterfaceAllocation.Builder. tags(Collection<Tag> tags)The tags associated with the public virtual interface.NewTransitVirtualInterface.BuilderNewTransitVirtualInterface.Builder. tags(Collection<Tag> tags)The tags associated with the transitive virtual interface.NewTransitVirtualInterfaceAllocation.BuilderNewTransitVirtualInterfaceAllocation.Builder. tags(Collection<Tag> tags)The tags associated with the transitive virtual interface.ResourceTag.BuilderResourceTag.Builder. tags(Collection<Tag> tags)The tags.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Collection<Tag> tags)The tags to add.UpdateConnectionResponse.BuilderUpdateConnectionResponse.Builder. tags(Collection<Tag> tags)The tags associated with the connection.UpdateLagResponse.BuilderUpdateLagResponse.Builder. tags(Collection<Tag> tags)The tags associated with the LAG.UpdateVirtualInterfaceAttributesResponse.BuilderUpdateVirtualInterfaceAttributesResponse.Builder. tags(Collection<Tag> tags)The tags associated with the virtual interface.VirtualInterface.BuilderVirtualInterface.Builder. tags(Collection<Tag> tags)The tags associated with the virtual interface.
-