Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
ModifyTransitGatewayVpcAttachmentRequest |
ModifyTransitGatewayVpcAttachmentRequest.clone() |
ModifyTransitGatewayVpcAttachmentRequest |
ModifyTransitGatewayVpcAttachmentRequest.withAddSubnetIds(Collection<String> addSubnetIds)
The IDs of one or more subnets to add.
|
ModifyTransitGatewayVpcAttachmentRequest |
ModifyTransitGatewayVpcAttachmentRequest.withAddSubnetIds(String... addSubnetIds)
The IDs of one or more subnets to add.
|
ModifyTransitGatewayVpcAttachmentRequest |
ModifyTransitGatewayVpcAttachmentRequest.withOptions(ModifyTransitGatewayVpcAttachmentRequestOptions options)
The new VPC attachment options.
|
ModifyTransitGatewayVpcAttachmentRequest |
ModifyTransitGatewayVpcAttachmentRequest.withRemoveSubnetIds(Collection<String> removeSubnetIds)
The IDs of one or more subnets to remove.
|
ModifyTransitGatewayVpcAttachmentRequest |
ModifyTransitGatewayVpcAttachmentRequest.withRemoveSubnetIds(String... removeSubnetIds)
The IDs of one or more subnets to remove.
|
ModifyTransitGatewayVpcAttachmentRequest |
ModifyTransitGatewayVpcAttachmentRequest.withTransitGatewayAttachmentId(String transitGatewayAttachmentId)
The ID of the attachment.
|
Modifier and Type | Method and Description |
---|---|
Request<ModifyTransitGatewayVpcAttachmentRequest> |
ModifyTransitGatewayVpcAttachmentRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2020. All rights reserved.