Uses of Class
software.amazon.awssdk.services.deadline.model.GetSessionActionRequest
-
Packages that use GetSessionActionRequest Package Description software.amazon.awssdk.services.deadline The Amazon Web Services Deadline Cloud API provides infrastructure and centralized management for your projects.software.amazon.awssdk.services.deadline.transform -
-
Uses of GetSessionActionRequest in software.amazon.awssdk.services.deadline
Methods in software.amazon.awssdk.services.deadline with parameters of type GetSessionActionRequest Modifier and Type Method Description default CompletableFuture<GetSessionActionResponse>DeadlineAsyncClient. getSessionAction(GetSessionActionRequest getSessionActionRequest)Gets a session action for the job.default GetSessionActionResponseDeadlineClient. getSessionAction(GetSessionActionRequest getSessionActionRequest)Gets a session action for the job. -
Uses of GetSessionActionRequest in software.amazon.awssdk.services.deadline.transform
Methods in software.amazon.awssdk.services.deadline.transform with parameters of type GetSessionActionRequest Modifier and Type Method Description SdkHttpFullRequestGetSessionActionRequestMarshaller. marshall(GetSessionActionRequest getSessionActionRequest)
-