| Package | Description |
|---|---|
| com.amazonaws.services.networkmanager.model |
| Modifier and Type | Method and Description |
|---|---|
Attachment |
Attachment.clone() |
Attachment |
VpcAttachment.getAttachment()
Provides details about the VPC attachment.
|
Attachment |
ConnectAttachment.getAttachment()
The attachment details.
|
Attachment |
DeleteAttachmentResult.getAttachment()
Information about the deleted attachment.
|
Attachment |
AcceptAttachmentResult.getAttachment()
The response to the attachment request.
|
Attachment |
RejectAttachmentResult.getAttachment()
Describes the rejected attachment request.
|
Attachment |
SiteToSiteVpnAttachment.getAttachment()
Provides details about a site-to-site VPN attachment.
|
Attachment |
TransitGatewayRouteTableAttachment.getAttachment() |
Attachment |
Attachment.withAttachmentId(String attachmentId)
The ID of the attachment.
|
Attachment |
Attachment.withAttachmentPolicyRuleNumber(Integer attachmentPolicyRuleNumber)
The policy rule number associated with the attachment.
|
Attachment |
Attachment.withAttachmentType(AttachmentType attachmentType)
The type of attachment.
|
Attachment |
Attachment.withAttachmentType(String attachmentType)
The type of attachment.
|
Attachment |
Attachment.withCoreNetworkArn(String coreNetworkArn)
The ARN of a core network.
|
Attachment |
Attachment.withCoreNetworkId(String coreNetworkId)
The ID of a core network.
|
Attachment |
Attachment.withCreatedAt(Date createdAt)
The timestamp when the attachment was created.
|
Attachment |
Attachment.withEdgeLocation(String edgeLocation)
The Region where the edge is located.
|
Attachment |
Attachment.withLastModificationErrors(AttachmentError... lastModificationErrors)
Describes the error associated with the attachment request.
|
Attachment |
Attachment.withLastModificationErrors(Collection<AttachmentError> lastModificationErrors)
Describes the error associated with the attachment request.
|
Attachment |
Attachment.withNetworkFunctionGroupName(String networkFunctionGroupName)
The name of the network function group.
|
Attachment |
Attachment.withOwnerAccountId(String ownerAccountId)
The ID of the attachment account owner.
|
Attachment |
Attachment.withProposedNetworkFunctionGroupChange(ProposedNetworkFunctionGroupChange proposedNetworkFunctionGroupChange)
Describes a proposed change to a network function group associated with the attachment.
|
Attachment |
Attachment.withProposedSegmentChange(ProposedSegmentChange proposedSegmentChange)
The attachment to move from one segment to another.
|
Attachment |
Attachment.withResourceArn(String resourceArn)
The attachment resource ARN.
|
Attachment |
Attachment.withSegmentName(String segmentName)
The name of the segment attachment.
|
Attachment |
Attachment.withState(AttachmentState state)
The state of the attachment.
|
Attachment |
Attachment.withState(String state)
The state of the attachment.
|
Attachment |
Attachment.withTags(Collection<Tag> tags)
The tags associated with the attachment.
|
Attachment |
Attachment.withTags(Tag... tags)
The tags associated with the attachment.
|
Attachment |
Attachment.withUpdatedAt(Date updatedAt)
The timestamp when the attachment was last updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<Attachment> |
ListAttachmentsResult.getAttachments()
Describes the list of attachments.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VpcAttachment.setAttachment(Attachment attachment)
Provides details about the VPC attachment.
|
void |
ConnectAttachment.setAttachment(Attachment attachment)
The attachment details.
|
void |
DeleteAttachmentResult.setAttachment(Attachment attachment)
Information about the deleted attachment.
|
void |
AcceptAttachmentResult.setAttachment(Attachment attachment)
The response to the attachment request.
|
void |
RejectAttachmentResult.setAttachment(Attachment attachment)
Describes the rejected attachment request.
|
void |
SiteToSiteVpnAttachment.setAttachment(Attachment attachment)
Provides details about a site-to-site VPN attachment.
|
void |
TransitGatewayRouteTableAttachment.setAttachment(Attachment attachment) |
VpcAttachment |
VpcAttachment.withAttachment(Attachment attachment)
Provides details about the VPC attachment.
|
ConnectAttachment |
ConnectAttachment.withAttachment(Attachment attachment)
The attachment details.
|
DeleteAttachmentResult |
DeleteAttachmentResult.withAttachment(Attachment attachment)
Information about the deleted attachment.
|
AcceptAttachmentResult |
AcceptAttachmentResult.withAttachment(Attachment attachment)
The response to the attachment request.
|
RejectAttachmentResult |
RejectAttachmentResult.withAttachment(Attachment attachment)
Describes the rejected attachment request.
|
SiteToSiteVpnAttachment |
SiteToSiteVpnAttachment.withAttachment(Attachment attachment)
Provides details about a site-to-site VPN attachment.
|
TransitGatewayRouteTableAttachment |
TransitGatewayRouteTableAttachment.withAttachment(Attachment attachment) |
ListAttachmentsResult |
ListAttachmentsResult.withAttachments(Attachment... attachments)
Describes the list of attachments.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListAttachmentsResult.setAttachments(Collection<Attachment> attachments)
Describes the list of attachments.
|
ListAttachmentsResult |
ListAttachmentsResult.withAttachments(Collection<Attachment> attachments)
Describes the list of attachments.
|
Copyright © 2024. All rights reserved.