| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
ConnectionsList |
ConnectionsList.clone() |
ConnectionsList |
JobUpdate.getConnections()
The connections used for this job.
|
ConnectionsList |
Session.getConnections()
The number of connections used for the session.
|
ConnectionsList |
CreateSessionRequest.getConnections()
The number of connections to use for the session.
|
ConnectionsList |
CreateJobRequest.getConnections()
The connections used for this job.
|
ConnectionsList |
Job.getConnections()
The connections used for this job.
|
ConnectionsList |
ConnectionsList.withConnections(Collection<String> connections)
A list of connections used by the job.
|
ConnectionsList |
ConnectionsList.withConnections(String... connections)
A list of connections used by the job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JobUpdate.setConnections(ConnectionsList connections)
The connections used for this job.
|
void |
Session.setConnections(ConnectionsList connections)
The number of connections used for the session.
|
void |
CreateSessionRequest.setConnections(ConnectionsList connections)
The number of connections to use for the session.
|
void |
CreateJobRequest.setConnections(ConnectionsList connections)
The connections used for this job.
|
void |
Job.setConnections(ConnectionsList connections)
The connections used for this job.
|
JobUpdate |
JobUpdate.withConnections(ConnectionsList connections)
The connections used for this job.
|
Session |
Session.withConnections(ConnectionsList connections)
The number of connections used for the session.
|
CreateSessionRequest |
CreateSessionRequest.withConnections(ConnectionsList connections)
The number of connections to use for the session.
|
CreateJobRequest |
CreateJobRequest.withConnections(ConnectionsList connections)
The connections used for this job.
|
Job |
Job.withConnections(ConnectionsList connections)
The connections used for this job.
|
Copyright © 2024. All rights reserved.