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