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