| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecatalyst.model |
| Modifier and Type | Method and Description |
|---|---|
static PersistentStorage.Builder |
PersistentStorage.builder() |
PersistentStorage.Builder |
PersistentStorage.Builder.sizeInGiB(Integer sizeInGiB)
The size of the persistent storage in gigabytes (specifically GiB).
|
PersistentStorage.Builder |
PersistentStorage.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PersistentStorage.Builder> |
PersistentStorage.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DevEnvironmentSummary.Builder |
DevEnvironmentSummary.Builder.persistentStorage(Consumer<PersistentStorage.Builder> persistentStorage)
Information about the configuration of persistent storage for the Dev Environment.
|
default GetDevEnvironmentResponse.Builder |
GetDevEnvironmentResponse.Builder.persistentStorage(Consumer<PersistentStorage.Builder> persistentStorage)
Information about the amount of storage allocated to the Dev Environment.
|
Copyright © 2023. All rights reserved.