Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
TransitGatewayConnect |
TransitGatewayConnect.clone() |
TransitGatewayConnect |
DeleteTransitGatewayConnectResult.getTransitGatewayConnect()
Information about the deleted Connect attachment.
|
TransitGatewayConnect |
CreateTransitGatewayConnectResult.getTransitGatewayConnect()
Information about the Connect attachment.
|
TransitGatewayConnect |
TransitGatewayConnect.withCreationTime(Date creationTime)
The creation time.
|
TransitGatewayConnect |
TransitGatewayConnect.withOptions(TransitGatewayConnectOptions options)
The Connect attachment options.
|
TransitGatewayConnect |
TransitGatewayConnect.withState(String state)
The state of the attachment.
|
TransitGatewayConnect |
TransitGatewayConnect.withState(TransitGatewayAttachmentState state)
The state of the attachment.
|
TransitGatewayConnect |
TransitGatewayConnect.withTags(Collection<Tag> tags)
The tags for the attachment.
|
TransitGatewayConnect |
TransitGatewayConnect.withTags(Tag... tags)
The tags for the attachment.
|
TransitGatewayConnect |
TransitGatewayConnect.withTransitGatewayAttachmentId(String transitGatewayAttachmentId)
The ID of the Connect attachment.
|
TransitGatewayConnect |
TransitGatewayConnect.withTransitGatewayId(String transitGatewayId)
The ID of the transit gateway.
|
TransitGatewayConnect |
TransitGatewayConnect.withTransportTransitGatewayAttachmentId(String transportTransitGatewayAttachmentId)
The ID of the attachment from which the Connect attachment was created.
|
Modifier and Type | Method and Description |
---|---|
List<TransitGatewayConnect> |
DescribeTransitGatewayConnectsResult.getTransitGatewayConnects()
Information about the Connect attachments.
|
Modifier and Type | Method and Description |
---|---|
void |
DeleteTransitGatewayConnectResult.setTransitGatewayConnect(TransitGatewayConnect transitGatewayConnect)
Information about the deleted Connect attachment.
|
void |
CreateTransitGatewayConnectResult.setTransitGatewayConnect(TransitGatewayConnect transitGatewayConnect)
Information about the Connect attachment.
|
DeleteTransitGatewayConnectResult |
DeleteTransitGatewayConnectResult.withTransitGatewayConnect(TransitGatewayConnect transitGatewayConnect)
Information about the deleted Connect attachment.
|
CreateTransitGatewayConnectResult |
CreateTransitGatewayConnectResult.withTransitGatewayConnect(TransitGatewayConnect transitGatewayConnect)
Information about the Connect attachment.
|
DescribeTransitGatewayConnectsResult |
DescribeTransitGatewayConnectsResult.withTransitGatewayConnects(TransitGatewayConnect... transitGatewayConnects)
Information about the Connect attachments.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeTransitGatewayConnectsResult.setTransitGatewayConnects(Collection<TransitGatewayConnect> transitGatewayConnects)
Information about the Connect attachments.
|
DescribeTransitGatewayConnectsResult |
DescribeTransitGatewayConnectsResult.withTransitGatewayConnects(Collection<TransitGatewayConnect> transitGatewayConnects)
Information about the Connect attachments.
|
Copyright © 2021. All rights reserved.