| Package | Description |
|---|---|
| software.amazon.awscdk |
AWS Cloud Development Kit Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
SizeConversionOptions.Jsii$Proxy
An implementation for
SizeConversionOptions |
| Modifier and Type | Method and Description |
|---|---|
SizeConversionOptions |
SizeConversionOptions.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
Number |
Size.toGibibytes(SizeConversionOptions opts)
(experimental) Return this storage as a total number of gibibytes.
|
Number |
Size.toKibibytes(SizeConversionOptions opts)
(experimental) Return this storage as a total number of kibibytes.
|
Number |
Size.toMebibytes(SizeConversionOptions opts)
(experimental) Return this storage as a total number of mebibytes.
|
Number |
Size.toPebibytes(SizeConversionOptions opts)
(experimental) Return this storage as a total number of pebibytes.
|
Number |
Size.toTebibytes(SizeConversionOptions opts)
(experimental) Return this storage as a total number of tebibytes.
|
Copyright © 2021. All rights reserved.