Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
CreateTransitGatewayVpcAttachmentRequest |
CreateTransitGatewayVpcAttachmentRequest.clone() |
CreateTransitGatewayVpcAttachmentRequest |
CreateTransitGatewayVpcAttachmentRequest.withOptions(CreateTransitGatewayVpcAttachmentRequestOptions options)
The VPC attachment options.
|
CreateTransitGatewayVpcAttachmentRequest |
CreateTransitGatewayVpcAttachmentRequest.withSubnetIds(Collection<String> subnetIds)
The IDs of one or more subnets.
|
CreateTransitGatewayVpcAttachmentRequest |
CreateTransitGatewayVpcAttachmentRequest.withSubnetIds(String... subnetIds)
The IDs of one or more subnets.
|
CreateTransitGatewayVpcAttachmentRequest |
CreateTransitGatewayVpcAttachmentRequest.withTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to apply to the VPC attachment.
|
CreateTransitGatewayVpcAttachmentRequest |
CreateTransitGatewayVpcAttachmentRequest.withTagSpecifications(TagSpecification... tagSpecifications)
The tags to apply to the VPC attachment.
|
CreateTransitGatewayVpcAttachmentRequest |
CreateTransitGatewayVpcAttachmentRequest.withTransitGatewayId(String transitGatewayId)
The ID of the transit gateway.
|
CreateTransitGatewayVpcAttachmentRequest |
CreateTransitGatewayVpcAttachmentRequest.withVpcId(String vpcId)
The ID of the VPC.
|
Modifier and Type | Method and Description |
---|---|
Request<CreateTransitGatewayVpcAttachmentRequest> |
CreateTransitGatewayVpcAttachmentRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2021. All rights reserved.