| Package | Description |
|---|---|
| software.amazon.awssdk.services.networkmanager.model | |
| software.amazon.awssdk.services.networkmanager.paginators |
| Modifier and Type | Method and Description |
|---|---|
Attachment |
SiteToSiteVpnAttachment.attachment()
Provides details about a site-to-site VPN attachment.
|
Attachment |
ConnectAttachment.attachment()
The attachment details.
|
Attachment |
AcceptAttachmentResponse.attachment()
The response to the attachment request.
|
Attachment |
VpcAttachment.attachment()
Provides details about the VPC attachment.
|
Attachment |
RejectAttachmentResponse.attachment()
Describes the rejected attachment request.
|
Attachment |
TransitGatewayRouteTableAttachment.attachment()
Returns the value of the Attachment property for this object.
|
Attachment |
DeleteAttachmentResponse.attachment()
Information about the deleted attachment.
|
| Modifier and Type | Method and Description |
|---|---|
List<Attachment> |
ListAttachmentsResponse.attachments()
Describes the list of attachments.
|
| Modifier and Type | Method and Description |
|---|---|
SiteToSiteVpnAttachment.Builder |
SiteToSiteVpnAttachment.Builder.attachment(Attachment attachment)
Provides details about a site-to-site VPN attachment.
|
ConnectAttachment.Builder |
ConnectAttachment.Builder.attachment(Attachment attachment)
The attachment details.
|
AcceptAttachmentResponse.Builder |
AcceptAttachmentResponse.Builder.attachment(Attachment attachment)
The response to the attachment request.
|
VpcAttachment.Builder |
VpcAttachment.Builder.attachment(Attachment attachment)
Provides details about the VPC attachment.
|
RejectAttachmentResponse.Builder |
RejectAttachmentResponse.Builder.attachment(Attachment attachment)
Describes the rejected attachment request.
|
TransitGatewayRouteTableAttachment.Builder |
TransitGatewayRouteTableAttachment.Builder.attachment(Attachment attachment)
Sets the value of the Attachment property for this object.
|
DeleteAttachmentResponse.Builder |
DeleteAttachmentResponse.Builder.attachment(Attachment attachment)
Information about the deleted attachment.
|
ListAttachmentsResponse.Builder |
ListAttachmentsResponse.Builder.attachments(Attachment... attachments)
Describes the list of attachments.
|
| Modifier and Type | Method and Description |
|---|---|
ListAttachmentsResponse.Builder |
ListAttachmentsResponse.Builder.attachments(Collection<Attachment> attachments)
Describes the list of attachments.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<Attachment> |
ListAttachmentsIterable.attachments()
Returns an iterable to iterate through the paginated
ListAttachmentsResponse.attachments() member. |
SdkPublisher<Attachment> |
ListAttachmentsPublisher.attachments()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2023. All rights reserved.