Uses of Class
software.amazon.awssdk.services.deadline.model.GetMonitorResponse
-
Packages that use GetMonitorResponse Package Description software.amazon.awssdk.services.deadline The Amazon Web Services Deadline Cloud API provides infrastructure and centralized management for your projects. -
-
Uses of GetMonitorResponse in software.amazon.awssdk.services.deadline
Methods in software.amazon.awssdk.services.deadline that return GetMonitorResponse Modifier and Type Method Description default GetMonitorResponseDeadlineClient. getMonitor(Consumer<GetMonitorRequest.Builder> getMonitorRequest)Gets information about the specified monitor.default GetMonitorResponseDeadlineClient. getMonitor(GetMonitorRequest getMonitorRequest)Gets information about the specified monitor.Methods in software.amazon.awssdk.services.deadline that return types with arguments of type GetMonitorResponse Modifier and Type Method Description default CompletableFuture<GetMonitorResponse>DeadlineAsyncClient. getMonitor(Consumer<GetMonitorRequest.Builder> getMonitorRequest)Gets information about the specified monitor.default CompletableFuture<GetMonitorResponse>DeadlineAsyncClient. getMonitor(GetMonitorRequest getMonitorRequest)Gets information about the specified monitor.
-