Uses of Class
software.amazon.awssdk.services.proton.model.ListServicesResponse
-
Packages that use ListServicesResponse Package Description software.amazon.awssdk.services.proton This is the Proton Service API Reference.software.amazon.awssdk.services.proton.paginators -
-
Uses of ListServicesResponse in software.amazon.awssdk.services.proton
Methods in software.amazon.awssdk.services.proton that return ListServicesResponse Modifier and Type Method Description default ListServicesResponseProtonClient. listServices(Consumer<ListServicesRequest.Builder> listServicesRequest)List services with summaries of detail data.default ListServicesResponseProtonClient. listServices(ListServicesRequest listServicesRequest)List services with summaries of detail data.Methods in software.amazon.awssdk.services.proton that return types with arguments of type ListServicesResponse Modifier and Type Method Description default CompletableFuture<ListServicesResponse>ProtonAsyncClient. listServices(Consumer<ListServicesRequest.Builder> listServicesRequest)List services with summaries of detail data.default CompletableFuture<ListServicesResponse>ProtonAsyncClient. listServices(ListServicesRequest listServicesRequest)List services with summaries of detail data. -
Uses of ListServicesResponse in software.amazon.awssdk.services.proton.paginators
Methods in software.amazon.awssdk.services.proton.paginators that return types with arguments of type ListServicesResponse Modifier and Type Method Description Iterator<ListServicesResponse>ListServicesIterable. iterator()Method parameters in software.amazon.awssdk.services.proton.paginators with type arguments of type ListServicesResponse Modifier and Type Method Description voidListServicesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListServicesResponse> subscriber)
-