Uses of Class
software.amazon.awssdk.services.deadline.model.ListLicenseEndpointsResponse
-
Packages that use ListLicenseEndpointsResponse 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 ListLicenseEndpointsResponse in software.amazon.awssdk.services.deadline
Methods in software.amazon.awssdk.services.deadline that return ListLicenseEndpointsResponse Modifier and Type Method Description default ListLicenseEndpointsResponseDeadlineClient. listLicenseEndpoints(Consumer<ListLicenseEndpointsRequest.Builder> listLicenseEndpointsRequest)Lists license endpoints.default ListLicenseEndpointsResponseDeadlineClient. listLicenseEndpoints(ListLicenseEndpointsRequest listLicenseEndpointsRequest)Lists license endpoints.Methods in software.amazon.awssdk.services.deadline that return types with arguments of type ListLicenseEndpointsResponse Modifier and Type Method Description default CompletableFuture<ListLicenseEndpointsResponse>DeadlineAsyncClient. listLicenseEndpoints(Consumer<ListLicenseEndpointsRequest.Builder> listLicenseEndpointsRequest)Lists license endpoints.default CompletableFuture<ListLicenseEndpointsResponse>DeadlineAsyncClient. listLicenseEndpoints(ListLicenseEndpointsRequest listLicenseEndpointsRequest)Lists license endpoints. -
Uses of ListLicenseEndpointsResponse in software.amazon.awssdk.services.deadline.paginators
Methods in software.amazon.awssdk.services.deadline.paginators that return types with arguments of type ListLicenseEndpointsResponse Modifier and Type Method Description Iterator<ListLicenseEndpointsResponse>ListLicenseEndpointsIterable. iterator()Method parameters in software.amazon.awssdk.services.deadline.paginators with type arguments of type ListLicenseEndpointsResponse Modifier and Type Method Description voidListLicenseEndpointsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListLicenseEndpointsResponse> subscriber)
-