| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
List<TagSpecification> |
CreateTransitGatewayRequest.tagSpecifications()
The tags to apply to the transit gateway.
|
List<TagSpecification> |
RunInstancesRequest.tagSpecifications()
The tags to apply to the resources during launch.
|
List<TagSpecification> |
CreateVolumeRequest.tagSpecifications()
The tags to apply to the volume during creation.
|
List<TagSpecification> |
CreateSnapshotsRequest.tagSpecifications()
Tags to apply to every snapshot specified by the instance.
|
List<TagSpecification> |
CreateTransitGatewayVpcAttachmentRequest.tagSpecifications()
The tags to apply to the VPC attachment.
|
List<TagSpecification> |
CreateSnapshotRequest.tagSpecifications()
The tags to apply to the snapshot during creation.
|
List<TagSpecification> |
CreateClientVpnEndpointRequest.tagSpecifications()
The tags to apply to the Client VPN endpoint during creation.
|
List<TagSpecification> |
CreateFleetRequest.tagSpecifications()
The key-value pair for tagging the EC2 Fleet request on creation.
|
List<TagSpecification> |
CreateCapacityReservationRequest.tagSpecifications()
The tags to apply to the Capacity Reservation during launch.
|
List<TagSpecification> |
CreateTransitGatewayRouteTableRequest.tagSpecifications()
The tags to apply to the transit gateway route table.
|
List<TagSpecification> |
AllocateHostsRequest.tagSpecifications()
The tags to apply to the Dedicated Host during creation.
|
| Modifier and Type | Method and Description |
|---|---|
CreateTransitGatewayRequest.Builder |
CreateTransitGatewayRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications)
The tags to apply to the transit gateway.
|
RunInstancesRequest.Builder |
RunInstancesRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications)
The tags to apply to the resources during launch.
|
CreateVolumeRequest.Builder |
CreateVolumeRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications)
The tags to apply to the volume during creation.
|
CreateSnapshotsRequest.Builder |
CreateSnapshotsRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications)
Tags to apply to every snapshot specified by the instance.
|
CreateTransitGatewayVpcAttachmentRequest.Builder |
CreateTransitGatewayVpcAttachmentRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications)
The tags to apply to the VPC attachment.
|
CreateSnapshotRequest.Builder |
CreateSnapshotRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications)
The tags to apply to the snapshot during creation.
|
CreateClientVpnEndpointRequest.Builder |
CreateClientVpnEndpointRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications)
The tags to apply to the Client VPN endpoint during creation.
|
CreateFleetRequest.Builder |
CreateFleetRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications)
The key-value pair for tagging the EC2 Fleet request on creation.
|
CreateCapacityReservationRequest.Builder |
CreateCapacityReservationRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications)
The tags to apply to the Capacity Reservation during launch.
|
CreateTransitGatewayRouteTableRequest.Builder |
CreateTransitGatewayRouteTableRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications)
The tags to apply to the transit gateway route table.
|
AllocateHostsRequest.Builder |
AllocateHostsRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications)
The tags to apply to the Dedicated Host during creation.
|
| Modifier and Type | Method and Description |
|---|---|
CreateTransitGatewayRequest.Builder |
CreateTransitGatewayRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to apply to the transit gateway.
|
RunInstancesRequest.Builder |
RunInstancesRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to apply to the resources during launch.
|
CreateVolumeRequest.Builder |
CreateVolumeRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to apply to the volume during creation.
|
CreateSnapshotsRequest.Builder |
CreateSnapshotsRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications)
Tags to apply to every snapshot specified by the instance.
|
CreateTransitGatewayVpcAttachmentRequest.Builder |
CreateTransitGatewayVpcAttachmentRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to apply to the VPC attachment.
|
CreateSnapshotRequest.Builder |
CreateSnapshotRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to apply to the snapshot during creation.
|
CreateClientVpnEndpointRequest.Builder |
CreateClientVpnEndpointRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to apply to the Client VPN endpoint during creation.
|
CreateFleetRequest.Builder |
CreateFleetRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications)
The key-value pair for tagging the EC2 Fleet request on creation.
|
CreateCapacityReservationRequest.Builder |
CreateCapacityReservationRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to apply to the Capacity Reservation during launch.
|
CreateTransitGatewayRouteTableRequest.Builder |
CreateTransitGatewayRouteTableRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to apply to the transit gateway route table.
|
AllocateHostsRequest.Builder |
AllocateHostsRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to apply to the Dedicated Host during creation.
|
Copyright © 2019. All rights reserved.