Uses of Class
software.amazon.awssdk.services.codecatalyst.model.PersistentStorage
-
Packages that use PersistentStorage Package Description software.amazon.awssdk.services.codecatalyst.model -
-
Uses of PersistentStorage in software.amazon.awssdk.services.codecatalyst.model
Methods in software.amazon.awssdk.services.codecatalyst.model that return PersistentStorage Modifier and Type Method Description PersistentStorageDevEnvironmentSummary. persistentStorage()Information about the configuration of persistent storage for the Dev Environment.PersistentStorageGetDevEnvironmentResponse. persistentStorage()Information about the amount of storage allocated to the Dev Environment.Methods in software.amazon.awssdk.services.codecatalyst.model with parameters of type PersistentStorage Modifier and Type Method Description DevEnvironmentSummary.BuilderDevEnvironmentSummary.Builder. persistentStorage(PersistentStorage persistentStorage)Information about the configuration of persistent storage for the Dev Environment.GetDevEnvironmentResponse.BuilderGetDevEnvironmentResponse.Builder. persistentStorage(PersistentStorage persistentStorage)Information about the amount of storage allocated to the Dev Environment.
-