Uses of Interface
software.amazon.awscdk.services.elasticsearch.CfnDomain.EBSOptionsProperty
Packages that use CfnDomain.EBSOptionsProperty
Package
Description
Amazon OpenSearch Service Construct Library
-
Uses of CfnDomain.EBSOptionsProperty in software.amazon.awscdk.services.elasticsearch
Classes in software.amazon.awscdk.services.elasticsearch that implement CfnDomain.EBSOptionsPropertyModifier and TypeClassDescriptionstatic final classAn implementation forCfnDomain.EBSOptionsPropertyMethods in software.amazon.awscdk.services.elasticsearch that return CfnDomain.EBSOptionsPropertyModifier and TypeMethodDescriptionCfnDomain.EBSOptionsProperty.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.elasticsearch with parameters of type CfnDomain.EBSOptionsPropertyModifier and TypeMethodDescriptionCfnDomain.Builder.ebsOptions(CfnDomain.EBSOptionsProperty ebsOptions) The configurations of Amazon Elastic Block Store (Amazon EBS) volumes that are attached to data nodes in the OpenSearch Service domain.CfnDomainProps.Builder.ebsOptions(CfnDomain.EBSOptionsProperty ebsOptions) Sets the value ofCfnDomainProps.getEbsOptions()voidCfnDomain.setEbsOptions(CfnDomain.EBSOptionsProperty value) The configurations of Amazon Elastic Block Store (Amazon EBS) volumes that are attached to data nodes in the OpenSearch Service domain.