Uses of Interface
org.cdk8s.plus23.AwsElasticBlockStoreVolumeOptions
-
-
Uses of AwsElasticBlockStoreVolumeOptions in org.cdk8s.plus23
Classes in org.cdk8s.plus23 that implement AwsElasticBlockStoreVolumeOptions Modifier and Type Class Description static classAwsElasticBlockStoreVolumeOptions.Jsii$ProxyAn implementation forAwsElasticBlockStoreVolumeOptionsMethods in org.cdk8s.plus23 that return AwsElasticBlockStoreVolumeOptions Modifier and Type Method Description AwsElasticBlockStoreVolumeOptionsAwsElasticBlockStoreVolumeOptions.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus23 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.
-