Uses of Class
software.amazon.awssdk.services.codecatalyst.model.PersistentStorageConfiguration
-
Packages that use PersistentStorageConfiguration Package Description software.amazon.awssdk.services.codecatalyst.model -
-
Uses of PersistentStorageConfiguration in software.amazon.awssdk.services.codecatalyst.model
Methods in software.amazon.awssdk.services.codecatalyst.model that return PersistentStorageConfiguration Modifier and Type Method Description PersistentStorageConfigurationCreateDevEnvironmentRequest. persistentStorage()Information about the amount of storage allocated to the Dev Environment.Methods in software.amazon.awssdk.services.codecatalyst.model with parameters of type PersistentStorageConfiguration Modifier and Type Method Description CreateDevEnvironmentRequest.BuilderCreateDevEnvironmentRequest.Builder. persistentStorage(PersistentStorageConfiguration persistentStorage)Information about the amount of storage allocated to the Dev Environment.
-