| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsElasticsearchDomainVPCOptions |
AwsElasticsearchDomainVPCOptions.clone() |
AwsElasticsearchDomainVPCOptions |
AwsElasticsearchDomainDetails.getVPCOptions()
Information that OpenSearch derives based on
VPCOptions for the domain. |
AwsElasticsearchDomainVPCOptions |
AwsElasticsearchDomainVPCOptions.withAvailabilityZones(Collection<String> availabilityZones)
The list of Availability Zones associated with the VPC subnets.
|
AwsElasticsearchDomainVPCOptions |
AwsElasticsearchDomainVPCOptions.withAvailabilityZones(String... availabilityZones)
The list of Availability Zones associated with the VPC subnets.
|
AwsElasticsearchDomainVPCOptions |
AwsElasticsearchDomainVPCOptions.withSecurityGroupIds(Collection<String> securityGroupIds)
The list of security group IDs associated with the VPC endpoints for the domain.
|
AwsElasticsearchDomainVPCOptions |
AwsElasticsearchDomainVPCOptions.withSecurityGroupIds(String... securityGroupIds)
The list of security group IDs associated with the VPC endpoints for the domain.
|
AwsElasticsearchDomainVPCOptions |
AwsElasticsearchDomainVPCOptions.withSubnetIds(Collection<String> subnetIds)
A list of subnet IDs associated with the VPC endpoints for the domain.
|
AwsElasticsearchDomainVPCOptions |
AwsElasticsearchDomainVPCOptions.withSubnetIds(String... subnetIds)
A list of subnet IDs associated with the VPC endpoints for the domain.
|
AwsElasticsearchDomainVPCOptions |
AwsElasticsearchDomainVPCOptions.withVPCId(String vPCId)
ID for the VPC.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwsElasticsearchDomainDetails.setVPCOptions(AwsElasticsearchDomainVPCOptions vPCOptions)
Information that OpenSearch derives based on
VPCOptions for the domain. |
AwsElasticsearchDomainDetails |
AwsElasticsearchDomainDetails.withVPCOptions(AwsElasticsearchDomainVPCOptions vPCOptions)
Information that OpenSearch derives based on
VPCOptions for the domain. |
Copyright © 2022. All rights reserved.