Uses of Interface
software.amazon.awscdk.services.opensearchservice.CfnDomain.EBSOptionsProperty
Packages that use CfnDomain.EBSOptionsProperty
Package
Description
Amazon OpenSearch Service Construct Library
-
Uses of CfnDomain.EBSOptionsProperty in software.amazon.awscdk.services.opensearchservice
Classes in software.amazon.awscdk.services.opensearchservice that implement CfnDomain.EBSOptionsPropertyModifier and TypeClassDescriptionstatic final classAn implementation forCfnDomain.EBSOptionsPropertyMethods in software.amazon.awscdk.services.opensearchservice that return CfnDomain.EBSOptionsPropertyModifier and TypeMethodDescriptionCfnDomain.EBSOptionsProperty.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.opensearchservice 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.