Uses of Class
software.amazon.awssdk.services.osis.model.VpcEndpoint
-
Packages that use VpcEndpoint Package Description software.amazon.awssdk.services.osis.model -
-
Uses of VpcEndpoint in software.amazon.awssdk.services.osis.model
Methods in software.amazon.awssdk.services.osis.model that return types with arguments of type VpcEndpoint Modifier and Type Method Description List<VpcEndpoint>Pipeline. vpcEndpoints()The VPC interface endpoints that have access to the pipeline.Methods in software.amazon.awssdk.services.osis.model with parameters of type VpcEndpoint Modifier and Type Method Description Pipeline.BuilderPipeline.Builder. vpcEndpoints(VpcEndpoint... vpcEndpoints)The VPC interface endpoints that have access to the pipeline.Method parameters in software.amazon.awssdk.services.osis.model with type arguments of type VpcEndpoint Modifier and Type Method Description Pipeline.BuilderPipeline.Builder. vpcEndpoints(Collection<VpcEndpoint> vpcEndpoints)The VPC interface endpoints that have access to the pipeline.
-