| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
Session |
Session.clone() |
Session |
Session.withDetails(String details)
Reserved for future use.
|
Session |
Session.withDocumentName(String documentName)
The name of the Session Manager SSM document used to define the parameters and plugin settings for the session.
|
Session |
Session.withEndDate(Date endDate)
The date and time, in ISO-8601 Extended format, when the session was terminated.
|
Session |
Session.withOutputUrl(SessionManagerOutputUrl outputUrl)
Reserved for future use.
|
Session |
Session.withOwner(String owner)
The ID of the AWS user account that started the session.
|
Session |
Session.withSessionId(String sessionId)
The ID of the session.
|
Session |
Session.withStartDate(Date startDate)
The date and time, in ISO-8601 Extended format, when the session began.
|
Session |
Session.withStatus(SessionStatus status)
The status of the session.
|
Session |
Session.withStatus(String status)
The status of the session.
|
Session |
Session.withTarget(String target)
The instance that the Session Manager session connected to.
|
| Modifier and Type | Method and Description |
|---|---|
List<Session> |
DescribeSessionsResult.getSessions()
A list of sessions meeting the request parameters.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeSessionsResult |
DescribeSessionsResult.withSessions(Session... sessions)
A list of sessions meeting the request parameters.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeSessionsResult.setSessions(Collection<Session> sessions)
A list of sessions meeting the request parameters.
|
DescribeSessionsResult |
DescribeSessionsResult.withSessions(Collection<Session> sessions)
A list of sessions meeting the request parameters.
|
Copyright © 2019. All rights reserved.