Uses of Class
software.amazon.awssdk.services.osis.model.VpcOptions
-
Packages that use VpcOptions Package Description software.amazon.awssdk.services.osis.model -
-
Uses of VpcOptions in software.amazon.awssdk.services.osis.model
Methods in software.amazon.awssdk.services.osis.model that return VpcOptions Modifier and Type Method Description VpcOptionsCreatePipelineRequest. vpcOptions()Container for the values required to configure VPC access for the pipeline.VpcOptionsVpcEndpoint. vpcOptions()Information about the VPC, including associated subnets and security groups.Methods in software.amazon.awssdk.services.osis.model with parameters of type VpcOptions Modifier and Type Method Description CreatePipelineRequest.BuilderCreatePipelineRequest.Builder. vpcOptions(VpcOptions vpcOptions)Container for the values required to configure VPC access for the pipeline.VpcEndpoint.BuilderVpcEndpoint.Builder. vpcOptions(VpcOptions vpcOptions)Information about the VPC, including associated subnets and security groups.
-