Package | Description |
---|---|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
SessionCommand |
SessionCommand.clone() |
SessionCommand |
CreateSessionRequest.getCommand()
The
SessionCommand that runs the job. |
SessionCommand |
Session.getCommand()
The command object.See SessionCommand.
|
SessionCommand |
SessionCommand.withName(String name)
Specifies the name of the SessionCommand.
|
SessionCommand |
SessionCommand.withPythonVersion(String pythonVersion)
Specifies the Python version.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateSessionRequest.setCommand(SessionCommand command)
The
SessionCommand that runs the job. |
void |
Session.setCommand(SessionCommand command)
The command object.See SessionCommand.
|
CreateSessionRequest |
CreateSessionRequest.withCommand(SessionCommand command)
The
SessionCommand that runs the job. |
Session |
Session.withCommand(SessionCommand command)
The command object.See SessionCommand.
|
Copyright © 2023. All rights reserved.