Uses of Class
software.amazon.awssdk.services.osis.model.ServiceVpcEndpoint
-
Packages that use ServiceVpcEndpoint Package Description software.amazon.awssdk.services.osis.model -
-
Uses of ServiceVpcEndpoint in software.amazon.awssdk.services.osis.model
Methods in software.amazon.awssdk.services.osis.model that return types with arguments of type ServiceVpcEndpoint Modifier and Type Method Description List<ServiceVpcEndpoint>Pipeline. serviceVpcEndpoints()A list of VPC endpoints that OpenSearch Ingestion has created to other AWS services.Methods in software.amazon.awssdk.services.osis.model with parameters of type ServiceVpcEndpoint Modifier and Type Method Description Pipeline.BuilderPipeline.Builder. serviceVpcEndpoints(ServiceVpcEndpoint... serviceVpcEndpoints)A list of VPC endpoints that OpenSearch Ingestion has created to other AWS services.Method parameters in software.amazon.awssdk.services.osis.model with type arguments of type ServiceVpcEndpoint Modifier and Type Method Description Pipeline.BuilderPipeline.Builder. serviceVpcEndpoints(Collection<ServiceVpcEndpoint> serviceVpcEndpoints)A list of VPC endpoints that OpenSearch Ingestion has created to other AWS services.
-