Uses of Class
software.amazon.awssdk.services.deadline.model.UpdateSessionRequest
-
Packages that use UpdateSessionRequest 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 UpdateSessionRequest in software.amazon.awssdk.services.deadline
Methods in software.amazon.awssdk.services.deadline with parameters of type UpdateSessionRequest Modifier and Type Method Description default CompletableFuture<UpdateSessionResponse>DeadlineAsyncClient. updateSession(UpdateSessionRequest updateSessionRequest)Updates a session.default UpdateSessionResponseDeadlineClient. updateSession(UpdateSessionRequest updateSessionRequest)Updates a session. -
Uses of UpdateSessionRequest in software.amazon.awssdk.services.deadline.transform
Methods in software.amazon.awssdk.services.deadline.transform with parameters of type UpdateSessionRequest Modifier and Type Method Description SdkHttpFullRequestUpdateSessionRequestMarshaller. marshall(UpdateSessionRequest updateSessionRequest)
-