| Package | Description |
|---|---|
| com.amazonaws.services.osis.model |
| Modifier and Type | Method and Description |
|---|---|
ServiceVpcEndpoint |
ServiceVpcEndpoint.clone() |
ServiceVpcEndpoint |
ServiceVpcEndpoint.withServiceName(String serviceName)
The name of the service for which a VPC endpoint was created.
|
ServiceVpcEndpoint |
ServiceVpcEndpoint.withServiceName(VpcEndpointServiceName serviceName)
The name of the service for which a VPC endpoint was created.
|
ServiceVpcEndpoint |
ServiceVpcEndpoint.withVpcEndpointId(String vpcEndpointId)
The unique identifier of the VPC endpoint that was created.
|
| Modifier and Type | Method and Description |
|---|---|
List<ServiceVpcEndpoint> |
Pipeline.getServiceVpcEndpoints()
A list of VPC endpoints that OpenSearch Ingestion has created to other Amazon Web Services services.
|
| Modifier and Type | Method and Description |
|---|---|
Pipeline |
Pipeline.withServiceVpcEndpoints(ServiceVpcEndpoint... serviceVpcEndpoints)
A list of VPC endpoints that OpenSearch Ingestion has created to other Amazon Web Services services.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Pipeline.setServiceVpcEndpoints(Collection<ServiceVpcEndpoint> serviceVpcEndpoints)
A list of VPC endpoints that OpenSearch Ingestion has created to other Amazon Web Services services.
|
Pipeline |
Pipeline.withServiceVpcEndpoints(Collection<ServiceVpcEndpoint> serviceVpcEndpoints)
A list of VPC endpoints that OpenSearch Ingestion has created to other Amazon Web Services services.
|
Copyright © 2024. All rights reserved.