| Package | Description |
|---|---|
| com.amazonaws.services.osis.model |
| Modifier and Type | Method and Description |
|---|---|
VpcOptions |
VpcOptions.clone() |
VpcOptions |
CreatePipelineRequest.getVpcOptions()
Container for the values required to configure VPC access for the pipeline.
|
VpcOptions |
VpcEndpoint.getVpcOptions()
Information about the VPC, including associated subnets and security groups.
|
VpcOptions |
VpcOptions.withSecurityGroupIds(Collection<String> securityGroupIds)
A list of security groups associated with the VPC endpoint.
|
VpcOptions |
VpcOptions.withSecurityGroupIds(String... securityGroupIds)
A list of security groups associated with the VPC endpoint.
|
VpcOptions |
VpcOptions.withSubnetIds(Collection<String> subnetIds)
A list of subnet IDs associated with the VPC endpoint.
|
VpcOptions |
VpcOptions.withSubnetIds(String... subnetIds)
A list of subnet IDs associated with the VPC endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreatePipelineRequest.setVpcOptions(VpcOptions vpcOptions)
Container for the values required to configure VPC access for the pipeline.
|
void |
VpcEndpoint.setVpcOptions(VpcOptions vpcOptions)
Information about the VPC, including associated subnets and security groups.
|
CreatePipelineRequest |
CreatePipelineRequest.withVpcOptions(VpcOptions vpcOptions)
Container for the values required to configure VPC access for the pipeline.
|
VpcEndpoint |
VpcEndpoint.withVpcOptions(VpcOptions vpcOptions)
Information about the VPC, including associated subnets and security groups.
|
Copyright © 2024. All rights reserved.