Uses of Class
software.amazon.awssdk.services.codecatalyst.model.ExecuteCommandSessionConfiguration
-
Packages that use ExecuteCommandSessionConfiguration Package Description software.amazon.awssdk.services.codecatalyst.model -
-
Uses of ExecuteCommandSessionConfiguration in software.amazon.awssdk.services.codecatalyst.model
Methods in software.amazon.awssdk.services.codecatalyst.model that return ExecuteCommandSessionConfiguration Modifier and Type Method Description ExecuteCommandSessionConfigurationDevEnvironmentSessionConfiguration. executeCommandSessionConfiguration()Information about optional commands that will be run on the Dev Environment when the SSH session begins.Methods in software.amazon.awssdk.services.codecatalyst.model with parameters of type ExecuteCommandSessionConfiguration Modifier and Type Method Description DevEnvironmentSessionConfiguration.BuilderDevEnvironmentSessionConfiguration.Builder. executeCommandSessionConfiguration(ExecuteCommandSessionConfiguration executeCommandSessionConfiguration)Information about optional commands that will be run on the Dev Environment when the SSH session begins.
-