| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
Session |
GetSessionResponse.session()
The session object is returned in the response.
|
Session |
CreateSessionResponse.session()
Returns the session object in the response.
|
| Modifier and Type | Method and Description |
|---|---|
List<Session> |
ListSessionsResponse.sessions()
Returns the session object.
|
| Modifier and Type | Method and Description |
|---|---|
GetSessionResponse.Builder |
GetSessionResponse.Builder.session(Session session)
The session object is returned in the response.
|
CreateSessionResponse.Builder |
CreateSessionResponse.Builder.session(Session session)
Returns the session object in the response.
|
ListSessionsResponse.Builder |
ListSessionsResponse.Builder.sessions(Session... sessions)
Returns the session object.
|
| Modifier and Type | Method and Description |
|---|---|
ListSessionsResponse.Builder |
ListSessionsResponse.Builder.sessions(Collection<Session> sessions)
Returns the session object.
|
Copyright © 2023. All rights reserved.