| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
Statement |
Statement.clone() |
Statement |
GetStatementResult.getStatement()
Returns the statement.
|
Statement |
Statement.withCode(String code)
The execution code of the statement.
|
Statement |
Statement.withCompletedOn(Long completedOn)
The unix time and date that the job definition was completed.
|
Statement |
Statement.withId(Integer id)
The ID of the statement.
|
Statement |
Statement.withOutput(StatementOutput output)
The output in JSON.
|
Statement |
Statement.withProgress(Double progress)
The code execution progress.
|
Statement |
Statement.withStartedOn(Long startedOn)
The unix time and date that the job definition was started.
|
Statement |
Statement.withState(StatementState state)
The state while request is actioned.
|
Statement |
Statement.withState(String state)
The state while request is actioned.
|
| Modifier and Type | Method and Description |
|---|---|
List<Statement> |
ListStatementsResult.getStatements()
Returns the list of statements.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetStatementResult.setStatement(Statement statement)
Returns the statement.
|
GetStatementResult |
GetStatementResult.withStatement(Statement statement)
Returns the statement.
|
ListStatementsResult |
ListStatementsResult.withStatements(Statement... statements)
Returns the list of statements.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListStatementsResult.setStatements(Collection<Statement> statements)
Returns the list of statements.
|
ListStatementsResult |
ListStatementsResult.withStatements(Collection<Statement> statements)
Returns the list of statements.
|
Copyright © 2022. All rights reserved.