| Package | Description |
|---|---|
| com.amazonaws.services.networkmanager.model |
| Modifier and Type | Method and Description |
|---|---|
VpcOptions |
VpcOptions.clone() |
VpcOptions |
VpcAttachment.getOptions()
Provides details about the VPC attachment.
|
VpcOptions |
CreateVpcAttachmentRequest.getOptions()
Options for the VPC attachment.
|
VpcOptions |
UpdateVpcAttachmentRequest.getOptions()
Additional options for updating the VPC attachment.
|
VpcOptions |
VpcOptions.withApplianceModeSupport(Boolean applianceModeSupport)
Indicates whether appliance mode is supported.
|
VpcOptions |
VpcOptions.withIpv6Support(Boolean ipv6Support)
Indicates whether IPv6 is supported.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VpcAttachment.setOptions(VpcOptions options)
Provides details about the VPC attachment.
|
void |
CreateVpcAttachmentRequest.setOptions(VpcOptions options)
Options for the VPC attachment.
|
void |
UpdateVpcAttachmentRequest.setOptions(VpcOptions options)
Additional options for updating the VPC attachment.
|
VpcAttachment |
VpcAttachment.withOptions(VpcOptions options)
Provides details about the VPC attachment.
|
CreateVpcAttachmentRequest |
CreateVpcAttachmentRequest.withOptions(VpcOptions options)
Options for the VPC attachment.
|
UpdateVpcAttachmentRequest |
UpdateVpcAttachmentRequest.withOptions(VpcOptions options)
Additional options for updating the VPC attachment.
|
Copyright © 2024. All rights reserved.