| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecatalyst.model |
| Modifier and Type | Method and Description |
|---|---|
static DevEnvironmentSessionConfiguration.Builder |
DevEnvironmentSessionConfiguration.builder() |
default DevEnvironmentSessionConfiguration.Builder |
DevEnvironmentSessionConfiguration.Builder.executeCommandSessionConfiguration(Consumer<ExecuteCommandSessionConfiguration.Builder> executeCommandSessionConfiguration)
Information about optional commands that will be run on the Dev Environment when the SSH session begins.
|
DevEnvironmentSessionConfiguration.Builder |
DevEnvironmentSessionConfiguration.Builder.executeCommandSessionConfiguration(ExecuteCommandSessionConfiguration executeCommandSessionConfiguration)
Information about optional commands that will be run on the Dev Environment when the SSH session begins.
|
DevEnvironmentSessionConfiguration.Builder |
DevEnvironmentSessionConfiguration.Builder.sessionType(DevEnvironmentSessionType sessionType)
The type of the session.
|
DevEnvironmentSessionConfiguration.Builder |
DevEnvironmentSessionConfiguration.Builder.sessionType(String sessionType)
The type of the session.
|
DevEnvironmentSessionConfiguration.Builder |
DevEnvironmentSessionConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DevEnvironmentSessionConfiguration.Builder> |
DevEnvironmentSessionConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default StartDevEnvironmentSessionRequest.Builder |
StartDevEnvironmentSessionRequest.Builder.sessionConfiguration(Consumer<DevEnvironmentSessionConfiguration.Builder> sessionConfiguration)
Sets the value of the SessionConfiguration property for this object.
|
Copyright © 2023. All rights reserved.