Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
TransitGatewayVpcAttachment |
TransitGatewayVpcAttachment.clone() |
TransitGatewayVpcAttachment |
RejectTransitGatewayVpcAttachmentResult.getTransitGatewayVpcAttachment()
Information about the attachment.
|
TransitGatewayVpcAttachment |
ModifyTransitGatewayVpcAttachmentResult.getTransitGatewayVpcAttachment()
Information about the modified attachment.
|
TransitGatewayVpcAttachment |
DeleteTransitGatewayVpcAttachmentResult.getTransitGatewayVpcAttachment()
Information about the deleted VPC attachment.
|
TransitGatewayVpcAttachment |
CreateTransitGatewayVpcAttachmentResult.getTransitGatewayVpcAttachment()
Information about the VPC attachment.
|
TransitGatewayVpcAttachment |
AcceptTransitGatewayVpcAttachmentResult.getTransitGatewayVpcAttachment()
The VPC attachment.
|
TransitGatewayVpcAttachment |
TransitGatewayVpcAttachment.withCreationTime(Date creationTime)
The creation time.
|
TransitGatewayVpcAttachment |
TransitGatewayVpcAttachment.withOptions(TransitGatewayVpcAttachmentOptions options)
The VPC attachment options.
|
TransitGatewayVpcAttachment |
TransitGatewayVpcAttachment.withState(String state)
The state of the VPC attachment.
|
TransitGatewayVpcAttachment |
TransitGatewayVpcAttachment.withState(TransitGatewayAttachmentState state)
The state of the VPC attachment.
|
TransitGatewayVpcAttachment |
TransitGatewayVpcAttachment.withSubnetIds(Collection<String> subnetIds)
The IDs of the subnets.
|
TransitGatewayVpcAttachment |
TransitGatewayVpcAttachment.withSubnetIds(String... subnetIds)
The IDs of the subnets.
|
TransitGatewayVpcAttachment |
TransitGatewayVpcAttachment.withTags(Collection<Tag> tags)
The tags for the VPC attachment.
|
TransitGatewayVpcAttachment |
TransitGatewayVpcAttachment.withTags(Tag... tags)
The tags for the VPC attachment.
|
TransitGatewayVpcAttachment |
TransitGatewayVpcAttachment.withTransitGatewayAttachmentId(String transitGatewayAttachmentId)
The ID of the attachment.
|
TransitGatewayVpcAttachment |
TransitGatewayVpcAttachment.withTransitGatewayId(String transitGatewayId)
The ID of the transit gateway.
|
TransitGatewayVpcAttachment |
TransitGatewayVpcAttachment.withVpcId(String vpcId)
The ID of the VPC.
|
TransitGatewayVpcAttachment |
TransitGatewayVpcAttachment.withVpcOwnerId(String vpcOwnerId)
The ID of the Amazon Web Services account that owns the VPC.
|
Modifier and Type | Method and Description |
---|---|
List<TransitGatewayVpcAttachment> |
DescribeTransitGatewayVpcAttachmentsResult.getTransitGatewayVpcAttachments()
Information about the VPC attachments.
|
Modifier and Type | Method and Description |
---|---|
void |
RejectTransitGatewayVpcAttachmentResult.setTransitGatewayVpcAttachment(TransitGatewayVpcAttachment transitGatewayVpcAttachment)
Information about the attachment.
|
void |
ModifyTransitGatewayVpcAttachmentResult.setTransitGatewayVpcAttachment(TransitGatewayVpcAttachment transitGatewayVpcAttachment)
Information about the modified attachment.
|
void |
DeleteTransitGatewayVpcAttachmentResult.setTransitGatewayVpcAttachment(TransitGatewayVpcAttachment transitGatewayVpcAttachment)
Information about the deleted VPC attachment.
|
void |
CreateTransitGatewayVpcAttachmentResult.setTransitGatewayVpcAttachment(TransitGatewayVpcAttachment transitGatewayVpcAttachment)
Information about the VPC attachment.
|
void |
AcceptTransitGatewayVpcAttachmentResult.setTransitGatewayVpcAttachment(TransitGatewayVpcAttachment transitGatewayVpcAttachment)
The VPC attachment.
|
RejectTransitGatewayVpcAttachmentResult |
RejectTransitGatewayVpcAttachmentResult.withTransitGatewayVpcAttachment(TransitGatewayVpcAttachment transitGatewayVpcAttachment)
Information about the attachment.
|
ModifyTransitGatewayVpcAttachmentResult |
ModifyTransitGatewayVpcAttachmentResult.withTransitGatewayVpcAttachment(TransitGatewayVpcAttachment transitGatewayVpcAttachment)
Information about the modified attachment.
|
DeleteTransitGatewayVpcAttachmentResult |
DeleteTransitGatewayVpcAttachmentResult.withTransitGatewayVpcAttachment(TransitGatewayVpcAttachment transitGatewayVpcAttachment)
Information about the deleted VPC attachment.
|
CreateTransitGatewayVpcAttachmentResult |
CreateTransitGatewayVpcAttachmentResult.withTransitGatewayVpcAttachment(TransitGatewayVpcAttachment transitGatewayVpcAttachment)
Information about the VPC attachment.
|
AcceptTransitGatewayVpcAttachmentResult |
AcceptTransitGatewayVpcAttachmentResult.withTransitGatewayVpcAttachment(TransitGatewayVpcAttachment transitGatewayVpcAttachment)
The VPC attachment.
|
DescribeTransitGatewayVpcAttachmentsResult |
DescribeTransitGatewayVpcAttachmentsResult.withTransitGatewayVpcAttachments(TransitGatewayVpcAttachment... transitGatewayVpcAttachments)
Information about the VPC attachments.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeTransitGatewayVpcAttachmentsResult.setTransitGatewayVpcAttachments(Collection<TransitGatewayVpcAttachment> transitGatewayVpcAttachments)
Information about the VPC attachments.
|
DescribeTransitGatewayVpcAttachmentsResult |
DescribeTransitGatewayVpcAttachmentsResult.withTransitGatewayVpcAttachments(Collection<TransitGatewayVpcAttachment> transitGatewayVpcAttachments)
Information about the VPC attachments.
|
Copyright © 2023. All rights reserved.