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