Uses of Enum
software.amazon.awscdk.services.ec2.EbsDeviceVolumeType
Packages that use EbsDeviceVolumeType
Package
Description
Amazon EC2 Construct Library
Amazon ECS Construct Library
Amazon OpenSearch Service Construct Library
Amazon OpenSearch Service Construct Library
-
Uses of EbsDeviceVolumeType in software.amazon.awscdk.services.ec2
Methods in software.amazon.awscdk.services.ec2 that return EbsDeviceVolumeTypeModifier and TypeMethodDescriptionfinal EbsDeviceVolumeTypeEbsDeviceOptions.Jsii$Proxy.getVolumeType()default EbsDeviceVolumeTypeEbsDeviceOptionsBase.getVolumeType()The EBS volume type.final EbsDeviceVolumeTypeEbsDeviceOptionsBase.Jsii$Proxy.getVolumeType()default EbsDeviceVolumeTypeEbsDeviceProps.getVolumeType()The EBS volume type.final EbsDeviceVolumeTypeEbsDeviceProps.Jsii$Proxy.getVolumeType()final EbsDeviceVolumeTypeEbsDeviceSnapshotOptions.Jsii$Proxy.getVolumeType()default EbsDeviceVolumeTypeVolumeProps.getVolumeType()The type of the volume;final EbsDeviceVolumeTypeVolumeProps.Jsii$Proxy.getVolumeType()static EbsDeviceVolumeTypeReturns the enum constant of this type with the specified name.static EbsDeviceVolumeType[]EbsDeviceVolumeType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.ec2 with parameters of type EbsDeviceVolumeTypeModifier and TypeMethodDescriptionEbsDeviceOptions.Builder.volumeType(EbsDeviceVolumeType volumeType) Sets the value ofEbsDeviceOptionsBase.getVolumeType()EbsDeviceOptionsBase.Builder.volumeType(EbsDeviceVolumeType volumeType) Sets the value ofEbsDeviceOptionsBase.getVolumeType()EbsDeviceProps.Builder.volumeType(EbsDeviceVolumeType volumeType) Sets the value ofEbsDeviceProps.getVolumeType()EbsDeviceSnapshotOptions.Builder.volumeType(EbsDeviceVolumeType volumeType) Sets the value ofEbsDeviceOptionsBase.getVolumeType()Volume.Builder.volumeType(EbsDeviceVolumeType volumeType) The type of the volume;VolumeProps.Builder.volumeType(EbsDeviceVolumeType volumeType) Sets the value ofVolumeProps.getVolumeType() -
Uses of EbsDeviceVolumeType in software.amazon.awscdk.services.ecs
Methods in software.amazon.awscdk.services.ecs that return EbsDeviceVolumeTypeModifier and TypeMethodDescriptiondefault EbsDeviceVolumeTypeServiceManagedEBSVolumeConfiguration.getVolumeType()The volume type.final EbsDeviceVolumeTypeServiceManagedEBSVolumeConfiguration.Jsii$Proxy.getVolumeType()Methods in software.amazon.awscdk.services.ecs with parameters of type EbsDeviceVolumeTypeModifier and TypeMethodDescriptionServiceManagedEBSVolumeConfiguration.Builder.volumeType(EbsDeviceVolumeType volumeType) Sets the value ofServiceManagedEBSVolumeConfiguration.getVolumeType() -
Uses of EbsDeviceVolumeType in software.amazon.awscdk.services.elasticsearch
Methods in software.amazon.awscdk.services.elasticsearch that return EbsDeviceVolumeTypeModifier and TypeMethodDescriptiondefault EbsDeviceVolumeTypeEbsOptions.getVolumeType()Deprecated.use opensearchservice module insteadfinal EbsDeviceVolumeTypeEbsOptions.Jsii$Proxy.getVolumeType()Deprecated.Methods in software.amazon.awscdk.services.elasticsearch with parameters of type EbsDeviceVolumeTypeModifier and TypeMethodDescriptionEbsOptions.Builder.volumeType(EbsDeviceVolumeType volumeType) Deprecated.use opensearchservice module instead -
Uses of EbsDeviceVolumeType in software.amazon.awscdk.services.opensearchservice
Methods in software.amazon.awscdk.services.opensearchservice that return EbsDeviceVolumeTypeModifier and TypeMethodDescriptiondefault EbsDeviceVolumeTypeEbsOptions.getVolumeType()The EBS volume type to use with the Amazon OpenSearch Service domain, such as standard, gp2, io1.final EbsDeviceVolumeTypeEbsOptions.Jsii$Proxy.getVolumeType()Methods in software.amazon.awscdk.services.opensearchservice with parameters of type EbsDeviceVolumeTypeModifier and TypeMethodDescriptionEbsOptions.Builder.volumeType(EbsDeviceVolumeType volumeType) Sets the value ofEbsOptions.getVolumeType()