Uses of Class
software.amazon.awssdk.services.networkmanager.model.VpcOptions
-
Packages that use VpcOptions Package Description software.amazon.awssdk.services.networkmanager.model -
-
Uses of VpcOptions in software.amazon.awssdk.services.networkmanager.model
Methods in software.amazon.awssdk.services.networkmanager.model that return VpcOptions Modifier and Type Method Description VpcOptionsCreateVpcAttachmentRequest. options()Options for the VPC attachment.VpcOptionsUpdateVpcAttachmentRequest. options()Additional options for updating the VPC attachment.VpcOptionsVpcAttachment. options()Provides details about the VPC attachment.Methods in software.amazon.awssdk.services.networkmanager.model with parameters of type VpcOptions Modifier and Type Method Description CreateVpcAttachmentRequest.BuilderCreateVpcAttachmentRequest.Builder. options(VpcOptions options)Options for the VPC attachment.UpdateVpcAttachmentRequest.BuilderUpdateVpcAttachmentRequest.Builder. options(VpcOptions options)Additional options for updating the VPC attachment.VpcAttachment.BuilderVpcAttachment.Builder. options(VpcOptions options)Provides details about the VPC attachment.
-