Uses of Class
software.amazon.awssdk.services.iotfleetwise.model.ListCampaignsResponse
-
Packages that use ListCampaignsResponse Package Description software.amazon.awssdk.services.iotfleetwise Amazon Web Services IoT FleetWise is a fully managed service that you can use to collect, model, and transfer vehicle data to the Amazon Web Services cloud at scale.software.amazon.awssdk.services.iotfleetwise.paginators -
-
Uses of ListCampaignsResponse in software.amazon.awssdk.services.iotfleetwise
Methods in software.amazon.awssdk.services.iotfleetwise that return ListCampaignsResponse Modifier and Type Method Description default ListCampaignsResponseIoTFleetWiseClient. listCampaigns(Consumer<ListCampaignsRequest.Builder> listCampaignsRequest)Lists information about created campaigns.default ListCampaignsResponseIoTFleetWiseClient. listCampaigns(ListCampaignsRequest listCampaignsRequest)Lists information about created campaigns.Methods in software.amazon.awssdk.services.iotfleetwise that return types with arguments of type ListCampaignsResponse Modifier and Type Method Description default CompletableFuture<ListCampaignsResponse>IoTFleetWiseAsyncClient. listCampaigns(Consumer<ListCampaignsRequest.Builder> listCampaignsRequest)Lists information about created campaigns.default CompletableFuture<ListCampaignsResponse>IoTFleetWiseAsyncClient. listCampaigns(ListCampaignsRequest listCampaignsRequest)Lists information about created campaigns. -
Uses of ListCampaignsResponse in software.amazon.awssdk.services.iotfleetwise.paginators
Methods in software.amazon.awssdk.services.iotfleetwise.paginators that return types with arguments of type ListCampaignsResponse Modifier and Type Method Description Iterator<ListCampaignsResponse>ListCampaignsIterable. iterator()Method parameters in software.amazon.awssdk.services.iotfleetwise.paginators with type arguments of type ListCampaignsResponse Modifier and Type Method Description voidListCampaignsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListCampaignsResponse> subscriber)
-