Uses of Interface
software.amazon.awssdk.services.codecatalyst.model.PersistentStorageConfiguration.Builder
-
Packages that use PersistentStorageConfiguration.Builder Package Description software.amazon.awssdk.services.codecatalyst.model -
-
Uses of PersistentStorageConfiguration.Builder in software.amazon.awssdk.services.codecatalyst.model
Methods in software.amazon.awssdk.services.codecatalyst.model that return PersistentStorageConfiguration.Builder Modifier and Type Method Description static PersistentStorageConfiguration.BuilderPersistentStorageConfiguration. builder()PersistentStorageConfiguration.BuilderPersistentStorageConfiguration.Builder. sizeInGiB(Integer sizeInGiB)The size of the persistent storage in gigabytes (specifically GiB).PersistentStorageConfiguration.BuilderPersistentStorageConfiguration. toBuilder()Methods in software.amazon.awssdk.services.codecatalyst.model that return types with arguments of type PersistentStorageConfiguration.Builder Modifier and Type Method Description static Class<? extends PersistentStorageConfiguration.Builder>PersistentStorageConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.codecatalyst.model with type arguments of type PersistentStorageConfiguration.Builder Modifier and Type Method Description default CreateDevEnvironmentRequest.BuilderCreateDevEnvironmentRequest.Builder. persistentStorage(Consumer<PersistentStorageConfiguration.Builder> persistentStorage)Information about the amount of storage allocated to the Dev Environment.
-