| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsOpenSearchServiceDomainVpcOptionsDetails |
AwsOpenSearchServiceDomainVpcOptionsDetails.clone() |
AwsOpenSearchServiceDomainVpcOptionsDetails |
AwsOpenSearchServiceDomainDetails.getVpcOptions()
Information that OpenSearch Service derives based on
VPCOptions for the domain. |
AwsOpenSearchServiceDomainVpcOptionsDetails |
AwsOpenSearchServiceDomainVpcOptionsDetails.withSecurityGroupIds(Collection<String> securityGroupIds)
The list of security group IDs that are associated with the VPC endpoints for the domain.
|
AwsOpenSearchServiceDomainVpcOptionsDetails |
AwsOpenSearchServiceDomainVpcOptionsDetails.withSecurityGroupIds(String... securityGroupIds)
The list of security group IDs that are associated with the VPC endpoints for the domain.
|
AwsOpenSearchServiceDomainVpcOptionsDetails |
AwsOpenSearchServiceDomainVpcOptionsDetails.withSubnetIds(Collection<String> subnetIds)
A list of subnet IDs that are associated with the VPC endpoints for the domain.
|
AwsOpenSearchServiceDomainVpcOptionsDetails |
AwsOpenSearchServiceDomainVpcOptionsDetails.withSubnetIds(String... subnetIds)
A list of subnet IDs that are associated with the VPC endpoints for the domain.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwsOpenSearchServiceDomainDetails.setVpcOptions(AwsOpenSearchServiceDomainVpcOptionsDetails vpcOptions)
Information that OpenSearch Service derives based on
VPCOptions for the domain. |
AwsOpenSearchServiceDomainDetails |
AwsOpenSearchServiceDomainDetails.withVpcOptions(AwsOpenSearchServiceDomainVpcOptionsDetails vpcOptions)
Information that OpenSearch Service derives based on
VPCOptions for the domain. |
Copyright © 2022. All rights reserved.