Uses of Interface
org.cdk8s.plus22.AwsElasticBlockStoreVolumeOptions
-
-
Uses of AwsElasticBlockStoreVolumeOptions in org.cdk8s.plus22
Classes in org.cdk8s.plus22 that implement AwsElasticBlockStoreVolumeOptions Modifier and Type Class Description static classAwsElasticBlockStoreVolumeOptions.Jsii$ProxyAn implementation forAwsElasticBlockStoreVolumeOptionsMethods in org.cdk8s.plus22 that return AwsElasticBlockStoreVolumeOptions Modifier and Type Method Description AwsElasticBlockStoreVolumeOptionsAwsElasticBlockStoreVolumeOptions.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus22 with parameters of type AwsElasticBlockStoreVolumeOptions Modifier and Type Method Description static VolumeVolume. fromAwsElasticBlockStore(software.constructs.Construct scope, String id, String volumeId, AwsElasticBlockStoreVolumeOptions options)Mounts an Amazon Web Services (AWS) EBS volume into your pod.
-