Uses of Class
software.amazon.awssdk.services.deadline.model.ListMonitorsResponse
-
Packages that use ListMonitorsResponse 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.paginators -
-
Uses of ListMonitorsResponse in software.amazon.awssdk.services.deadline
Methods in software.amazon.awssdk.services.deadline that return ListMonitorsResponse Modifier and Type Method Description default ListMonitorsResponseDeadlineClient. listMonitors(Consumer<ListMonitorsRequest.Builder> listMonitorsRequest)Gets a list of your monitors in Deadline Cloud.default ListMonitorsResponseDeadlineClient. listMonitors(ListMonitorsRequest listMonitorsRequest)Gets a list of your monitors in Deadline Cloud.Methods in software.amazon.awssdk.services.deadline that return types with arguments of type ListMonitorsResponse Modifier and Type Method Description default CompletableFuture<ListMonitorsResponse>DeadlineAsyncClient. listMonitors(Consumer<ListMonitorsRequest.Builder> listMonitorsRequest)Gets a list of your monitors in Deadline Cloud.default CompletableFuture<ListMonitorsResponse>DeadlineAsyncClient. listMonitors(ListMonitorsRequest listMonitorsRequest)Gets a list of your monitors in Deadline Cloud. -
Uses of ListMonitorsResponse in software.amazon.awssdk.services.deadline.paginators
Methods in software.amazon.awssdk.services.deadline.paginators that return types with arguments of type ListMonitorsResponse Modifier and Type Method Description Iterator<ListMonitorsResponse>ListMonitorsIterable. iterator()Method parameters in software.amazon.awssdk.services.deadline.paginators with type arguments of type ListMonitorsResponse Modifier and Type Method Description voidListMonitorsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListMonitorsResponse> subscriber)
-