Uses of Class
software.amazon.awssdk.services.elasticsearch.model.VPCDerivedInfo
-
Packages that use VPCDerivedInfo Package Description software.amazon.awssdk.services.elasticsearch.model -
-
Uses of VPCDerivedInfo in software.amazon.awssdk.services.elasticsearch.model
Methods in software.amazon.awssdk.services.elasticsearch.model that return VPCDerivedInfo Modifier and Type Method Description VPCDerivedInfoVPCDerivedInfoStatus. options()Specifies the VPC options for the specified Elasticsearch domain.VPCDerivedInfoElasticsearchDomainStatus. vpcOptions()TheVPCOptionsfor the specified domain.VPCDerivedInfoVpcEndpoint. vpcOptions()Options to specify the subnets and security groups for an Amazon OpenSearch Service VPC endpoint.Methods in software.amazon.awssdk.services.elasticsearch.model with parameters of type VPCDerivedInfo Modifier and Type Method Description VPCDerivedInfoStatus.BuilderVPCDerivedInfoStatus.Builder. options(VPCDerivedInfo options)Specifies the VPC options for the specified Elasticsearch domain.ElasticsearchDomainStatus.BuilderElasticsearchDomainStatus.Builder. vpcOptions(VPCDerivedInfo vpcOptions)TheVPCOptionsfor the specified domain.VpcEndpoint.BuilderVpcEndpoint.Builder. vpcOptions(VPCDerivedInfo vpcOptions)Options to specify the subnets and security groups for an Amazon OpenSearch Service VPC endpoint.
-