| Package | Description |
|---|---|
| com.amazonaws.services.directconnect.model |
| Modifier and Type | Method and Description |
|---|---|
DirectConnectGatewayAttachment |
DirectConnectGatewayAttachment.clone() |
DirectConnectGatewayAttachment |
DirectConnectGatewayAttachment.withAttachmentState(DirectConnectGatewayAttachmentState attachmentState)
The state of the attachment.
|
DirectConnectGatewayAttachment |
DirectConnectGatewayAttachment.withAttachmentState(String attachmentState)
The state of the attachment.
|
DirectConnectGatewayAttachment |
DirectConnectGatewayAttachment.withAttachmentType(DirectConnectGatewayAttachmentType attachmentType)
The type of attachment.
|
DirectConnectGatewayAttachment |
DirectConnectGatewayAttachment.withAttachmentType(String attachmentType)
The type of attachment.
|
DirectConnectGatewayAttachment |
DirectConnectGatewayAttachment.withDirectConnectGatewayId(String directConnectGatewayId)
The ID of the Direct Connect gateway.
|
DirectConnectGatewayAttachment |
DirectConnectGatewayAttachment.withStateChangeError(String stateChangeError)
The error message if the state of an object failed to advance.
|
DirectConnectGatewayAttachment |
DirectConnectGatewayAttachment.withVirtualInterfaceId(String virtualInterfaceId)
The ID of the virtual interface.
|
DirectConnectGatewayAttachment |
DirectConnectGatewayAttachment.withVirtualInterfaceOwnerAccount(String virtualInterfaceOwnerAccount)
The ID of the AWS account that owns the virtual interface.
|
DirectConnectGatewayAttachment |
DirectConnectGatewayAttachment.withVirtualInterfaceRegion(String virtualInterfaceRegion)
The AWS Region where the virtual interface is located.
|
| Modifier and Type | Method and Description |
|---|---|
List<DirectConnectGatewayAttachment> |
DescribeDirectConnectGatewayAttachmentsResult.getDirectConnectGatewayAttachments()
The attachments.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeDirectConnectGatewayAttachmentsResult |
DescribeDirectConnectGatewayAttachmentsResult.withDirectConnectGatewayAttachments(DirectConnectGatewayAttachment... directConnectGatewayAttachments)
The attachments.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeDirectConnectGatewayAttachmentsResult.setDirectConnectGatewayAttachments(Collection<DirectConnectGatewayAttachment> directConnectGatewayAttachments)
The attachments.
|
DescribeDirectConnectGatewayAttachmentsResult |
DescribeDirectConnectGatewayAttachmentsResult.withDirectConnectGatewayAttachments(Collection<DirectConnectGatewayAttachment> directConnectGatewayAttachments)
The attachments.
|
Copyright © 2020. All rights reserved.