Package | Description |
---|---|
com.amazonaws.services.opensearch.model |
Modifier and Type | Method and Description |
---|---|
VPCDerivedInfo |
VPCDerivedInfo.clone() |
VPCDerivedInfo |
VPCDerivedInfoStatus.getOptions()
The VPC options for the specified domain.
|
VPCDerivedInfo |
VpcEndpoint.getVpcOptions()
Options to specify the subnets and security groups for an Amazon OpenSearch Service VPC endpoint.
|
VPCDerivedInfo |
DomainStatus.getVPCOptions()
The VPC configuration for the domain.
|
VPCDerivedInfo |
VPCDerivedInfo.withAvailabilityZones(Collection<String> availabilityZones)
The list of Availability Zones associated with the VPC subnets.
|
VPCDerivedInfo |
VPCDerivedInfo.withAvailabilityZones(String... availabilityZones)
The list of Availability Zones associated with the VPC subnets.
|
VPCDerivedInfo |
VPCDerivedInfo.withSecurityGroupIds(Collection<String> securityGroupIds)
The list of security group IDs associated with the VPC endpoints for the domain.
|
VPCDerivedInfo |
VPCDerivedInfo.withSecurityGroupIds(String... securityGroupIds)
The list of security group IDs associated with the VPC endpoints for the domain.
|
VPCDerivedInfo |
VPCDerivedInfo.withSubnetIds(Collection<String> subnetIds)
A list of subnet IDs associated with the VPC endpoints for the domain.
|
VPCDerivedInfo |
VPCDerivedInfo.withSubnetIds(String... subnetIds)
A list of subnet IDs associated with the VPC endpoints for the domain.
|
VPCDerivedInfo |
VPCDerivedInfo.withVPCId(String vPCId)
The ID for your VPC.
|
Modifier and Type | Method and Description |
---|---|
void |
VPCDerivedInfoStatus.setOptions(VPCDerivedInfo options)
The VPC options for the specified domain.
|
void |
VpcEndpoint.setVpcOptions(VPCDerivedInfo vpcOptions)
Options to specify the subnets and security groups for an Amazon OpenSearch Service VPC endpoint.
|
void |
DomainStatus.setVPCOptions(VPCDerivedInfo vPCOptions)
The VPC configuration for the domain.
|
VPCDerivedInfoStatus |
VPCDerivedInfoStatus.withOptions(VPCDerivedInfo options)
The VPC options for the specified domain.
|
VpcEndpoint |
VpcEndpoint.withVpcOptions(VPCDerivedInfo vpcOptions)
Options to specify the subnets and security groups for an Amazon OpenSearch Service VPC endpoint.
|
DomainStatus |
DomainStatus.withVPCOptions(VPCDerivedInfo vPCOptions)
The VPC configuration for the domain.
|
Copyright © 2023. All rights reserved.