Uses of Interface
software.amazon.awssdk.services.codecatalyst.model.ExecuteCommandSessionConfiguration.Builder
-
Packages that use ExecuteCommandSessionConfiguration.Builder Package Description software.amazon.awssdk.services.codecatalyst.model -
-
Uses of ExecuteCommandSessionConfiguration.Builder in software.amazon.awssdk.services.codecatalyst.model
Methods in software.amazon.awssdk.services.codecatalyst.model that return ExecuteCommandSessionConfiguration.Builder Modifier and Type Method Description ExecuteCommandSessionConfiguration.BuilderExecuteCommandSessionConfiguration.Builder. arguments(String... arguments)An array of arguments containing arguments and members.ExecuteCommandSessionConfiguration.BuilderExecuteCommandSessionConfiguration.Builder. arguments(Collection<String> arguments)An array of arguments containing arguments and members.static ExecuteCommandSessionConfiguration.BuilderExecuteCommandSessionConfiguration. builder()ExecuteCommandSessionConfiguration.BuilderExecuteCommandSessionConfiguration.Builder. command(String command)The command used at the beginning of the SSH session to a Dev Environment.ExecuteCommandSessionConfiguration.BuilderExecuteCommandSessionConfiguration. toBuilder()Methods in software.amazon.awssdk.services.codecatalyst.model that return types with arguments of type ExecuteCommandSessionConfiguration.Builder Modifier and Type Method Description static Class<? extends ExecuteCommandSessionConfiguration.Builder>ExecuteCommandSessionConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.codecatalyst.model with type arguments of type ExecuteCommandSessionConfiguration.Builder Modifier and Type Method Description 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.
-