| Package | Description |
|---|---|
| com.amazonaws.services.networkmanager.model |
| Modifier and Type | Method and Description |
|---|---|
VpcAttachment |
VpcAttachment.clone() |
VpcAttachment |
GetVpcAttachmentResult.getVpcAttachment()
Returns details about a VPC attachment.
|
VpcAttachment |
CreateVpcAttachmentResult.getVpcAttachment()
Provides details about the VPC attachment.
|
VpcAttachment |
UpdateVpcAttachmentResult.getVpcAttachment()
Describes the updated VPC attachment.
|
VpcAttachment |
VpcAttachment.withAttachment(Attachment attachment)
Provides details about the VPC attachment.
|
VpcAttachment |
VpcAttachment.withOptions(VpcOptions options)
Provides details about the VPC attachment.
|
VpcAttachment |
VpcAttachment.withSubnetArns(Collection<String> subnetArns)
The subnet ARNs.
|
VpcAttachment |
VpcAttachment.withSubnetArns(String... subnetArns)
The subnet ARNs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetVpcAttachmentResult.setVpcAttachment(VpcAttachment vpcAttachment)
Returns details about a VPC attachment.
|
void |
CreateVpcAttachmentResult.setVpcAttachment(VpcAttachment vpcAttachment)
Provides details about the VPC attachment.
|
void |
UpdateVpcAttachmentResult.setVpcAttachment(VpcAttachment vpcAttachment)
Describes the updated VPC attachment.
|
GetVpcAttachmentResult |
GetVpcAttachmentResult.withVpcAttachment(VpcAttachment vpcAttachment)
Returns details about a VPC attachment.
|
CreateVpcAttachmentResult |
CreateVpcAttachmentResult.withVpcAttachment(VpcAttachment vpcAttachment)
Provides details about the VPC attachment.
|
UpdateVpcAttachmentResult |
UpdateVpcAttachmentResult.withVpcAttachment(VpcAttachment vpcAttachment)
Describes the updated VPC attachment.
|
Copyright © 2023. All rights reserved.