| Package | Description |
|---|---|
| com.amazonaws.services.osis.model |
| Modifier and Type | Method and Description |
|---|---|
VpcEndpoint |
VpcEndpoint.clone() |
VpcEndpoint |
VpcEndpoint.withVpcEndpointId(String vpcEndpointId)
The unique identifier of the endpoint.
|
VpcEndpoint |
VpcEndpoint.withVpcId(String vpcId)
The ID for your VPC.
|
VpcEndpoint |
VpcEndpoint.withVpcOptions(VpcOptions vpcOptions)
Information about the VPC, including associated subnets and security groups.
|
| Modifier and Type | Method and Description |
|---|---|
List<VpcEndpoint> |
Pipeline.getVpcEndpoints()
The VPC interface endpoints that have access to the pipeline.
|
| Modifier and Type | Method and Description |
|---|---|
Pipeline |
Pipeline.withVpcEndpoints(VpcEndpoint... vpcEndpoints)
The VPC interface endpoints that have access to the pipeline.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Pipeline.setVpcEndpoints(Collection<VpcEndpoint> vpcEndpoints)
The VPC interface endpoints that have access to the pipeline.
|
Pipeline |
Pipeline.withVpcEndpoints(Collection<VpcEndpoint> vpcEndpoints)
The VPC interface endpoints that have access to the pipeline.
|
Copyright © 2024. All rights reserved.