Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
TransitGatewayAttachment |
TransitGatewayAttachment.clone() |
TransitGatewayAttachment |
TransitGatewayAttachment.withAssociation(TransitGatewayAttachmentAssociation association)
The association.
|
TransitGatewayAttachment |
TransitGatewayAttachment.withCreationTime(Date creationTime)
The creation time.
|
TransitGatewayAttachment |
TransitGatewayAttachment.withResourceId(String resourceId)
The ID of the resource.
|
TransitGatewayAttachment |
TransitGatewayAttachment.withResourceOwnerId(String resourceOwnerId)
The ID of the Amazon Web Services account that owns the resource.
|
TransitGatewayAttachment |
TransitGatewayAttachment.withResourceType(String resourceType)
The resource type.
|
TransitGatewayAttachment |
TransitGatewayAttachment.withResourceType(TransitGatewayAttachmentResourceType resourceType)
The resource type.
|
TransitGatewayAttachment |
TransitGatewayAttachment.withState(String state)
The attachment state.
|
TransitGatewayAttachment |
TransitGatewayAttachment.withState(TransitGatewayAttachmentState state)
The attachment state.
|
TransitGatewayAttachment |
TransitGatewayAttachment.withTags(Collection<Tag> tags)
The tags for the attachment.
|
TransitGatewayAttachment |
TransitGatewayAttachment.withTags(Tag... tags)
The tags for the attachment.
|
TransitGatewayAttachment |
TransitGatewayAttachment.withTransitGatewayAttachmentId(String transitGatewayAttachmentId)
The ID of the attachment.
|
TransitGatewayAttachment |
TransitGatewayAttachment.withTransitGatewayId(String transitGatewayId)
The ID of the transit gateway.
|
TransitGatewayAttachment |
TransitGatewayAttachment.withTransitGatewayOwnerId(String transitGatewayOwnerId)
The ID of the Amazon Web Services account that owns the transit gateway.
|
Modifier and Type | Method and Description |
---|---|
List<TransitGatewayAttachment> |
DescribeTransitGatewayAttachmentsResult.getTransitGatewayAttachments()
Information about the attachments.
|
Modifier and Type | Method and Description |
---|---|
DescribeTransitGatewayAttachmentsResult |
DescribeTransitGatewayAttachmentsResult.withTransitGatewayAttachments(TransitGatewayAttachment... transitGatewayAttachments)
Information about the attachments.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeTransitGatewayAttachmentsResult.setTransitGatewayAttachments(Collection<TransitGatewayAttachment> transitGatewayAttachments)
Information about the attachments.
|
DescribeTransitGatewayAttachmentsResult |
DescribeTransitGatewayAttachmentsResult.withTransitGatewayAttachments(Collection<TransitGatewayAttachment> transitGatewayAttachments)
Information about the attachments.
|
Copyright © 2023. All rights reserved.