Uses of Interface
software.amazon.awssdk.services.codecatalyst.model.DevEnvironmentSessionConfiguration.Builder
-
Packages that use DevEnvironmentSessionConfiguration.Builder Package Description software.amazon.awssdk.services.codecatalyst.model -
-
Uses of DevEnvironmentSessionConfiguration.Builder in software.amazon.awssdk.services.codecatalyst.model
Methods in software.amazon.awssdk.services.codecatalyst.model that return DevEnvironmentSessionConfiguration.Builder Modifier and Type Method Description static DevEnvironmentSessionConfiguration.BuilderDevEnvironmentSessionConfiguration. builder()default DevEnvironmentSessionConfiguration.BuilderDevEnvironmentSessionConfiguration.Builder. executeCommandSessionConfiguration(Consumer<ExecuteCommandSessionConfiguration.Builder> executeCommandSessionConfiguration)Information about optional commands that will be run on the Dev Environment when the SSH session begins.DevEnvironmentSessionConfiguration.BuilderDevEnvironmentSessionConfiguration.Builder. executeCommandSessionConfiguration(ExecuteCommandSessionConfiguration executeCommandSessionConfiguration)Information about optional commands that will be run on the Dev Environment when the SSH session begins.DevEnvironmentSessionConfiguration.BuilderDevEnvironmentSessionConfiguration.Builder. sessionType(String sessionType)The type of the session.DevEnvironmentSessionConfiguration.BuilderDevEnvironmentSessionConfiguration.Builder. sessionType(DevEnvironmentSessionType sessionType)The type of the session.DevEnvironmentSessionConfiguration.BuilderDevEnvironmentSessionConfiguration. toBuilder()Methods in software.amazon.awssdk.services.codecatalyst.model that return types with arguments of type DevEnvironmentSessionConfiguration.Builder Modifier and Type Method Description static Class<? extends DevEnvironmentSessionConfiguration.Builder>DevEnvironmentSessionConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.codecatalyst.model with type arguments of type DevEnvironmentSessionConfiguration.Builder Modifier and Type Method Description default StartDevEnvironmentSessionRequest.BuilderStartDevEnvironmentSessionRequest.Builder. sessionConfiguration(Consumer<DevEnvironmentSessionConfiguration.Builder> sessionConfiguration)Sets the value of the SessionConfiguration property for this object.
-