Uses of Interface
software.amazon.awssdk.services.networkmanager.model.VpcOptions.Builder
-
Packages that use VpcOptions.Builder Package Description software.amazon.awssdk.services.networkmanager.model -
-
Uses of VpcOptions.Builder in software.amazon.awssdk.services.networkmanager.model
Methods in software.amazon.awssdk.services.networkmanager.model that return VpcOptions.Builder Modifier and Type Method Description VpcOptions.BuilderVpcOptions.Builder. applianceModeSupport(Boolean applianceModeSupport)Indicates whether appliance mode is supported.static VpcOptions.BuilderVpcOptions. builder()VpcOptions.BuilderVpcOptions.Builder. ipv6Support(Boolean ipv6Support)Indicates whether IPv6 is supported.VpcOptions.BuilderVpcOptions. toBuilder()Methods in software.amazon.awssdk.services.networkmanager.model that return types with arguments of type VpcOptions.Builder Modifier and Type Method Description static Class<? extends VpcOptions.Builder>VpcOptions. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.networkmanager.model with type arguments of type VpcOptions.Builder Modifier and Type Method Description default CreateVpcAttachmentRequest.BuilderCreateVpcAttachmentRequest.Builder. options(Consumer<VpcOptions.Builder> options)Options for the VPC attachment.default UpdateVpcAttachmentRequest.BuilderUpdateVpcAttachmentRequest.Builder. options(Consumer<VpcOptions.Builder> options)Additional options for updating the VPC attachment.default VpcAttachment.BuilderVpcAttachment.Builder. options(Consumer<VpcOptions.Builder> options)Provides details about the VPC attachment.
-