| Package | Description |
|---|---|
| com.amazonaws.services.deadline |
The Amazon Web Services Deadline Cloud API provides infrastructure and centralized management for your projects.
|
| com.amazonaws.services.deadline.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateSessionResult> |
AbstractAWSDeadlineAsync.updateSessionAsync(UpdateSessionRequest request,
AsyncHandler<UpdateSessionRequest,UpdateSessionResult> asyncHandler) |
Future<UpdateSessionResult> |
AWSDeadlineAsyncClient.updateSessionAsync(UpdateSessionRequest request,
AsyncHandler<UpdateSessionRequest,UpdateSessionResult> asyncHandler) |
Future<UpdateSessionResult> |
AWSDeadlineAsync.updateSessionAsync(UpdateSessionRequest updateSessionRequest,
AsyncHandler<UpdateSessionRequest,UpdateSessionResult> asyncHandler)
Updates a session.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateSessionRequest |
UpdateSessionRequest.clone() |
UpdateSessionRequest |
UpdateSessionRequest.withClientToken(String clientToken)
The unique token which the server uses to recognize retries of the same request.
|
UpdateSessionRequest |
UpdateSessionRequest.withFarmId(String farmId)
The farm ID to update in the session.
|
UpdateSessionRequest |
UpdateSessionRequest.withJobId(String jobId)
The job ID to update in the session.
|
UpdateSessionRequest |
UpdateSessionRequest.withQueueId(String queueId)
The queue ID to update in the session.
|
UpdateSessionRequest |
UpdateSessionRequest.withSessionId(String sessionId)
The session ID to update.
|
UpdateSessionRequest |
UpdateSessionRequest.withTargetLifecycleStatus(SessionLifecycleTargetStatus targetLifecycleStatus)
The life cycle status to update in the session.
|
UpdateSessionRequest |
UpdateSessionRequest.withTargetLifecycleStatus(String targetLifecycleStatus)
The life cycle status to update in the session.
|
Copyright © 2025. All rights reserved.