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