Uses of Class
software.amazon.awssdk.services.iotfleetwise.model.GetCampaignResponse
-
Packages that use GetCampaignResponse 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. -
-
Uses of GetCampaignResponse in software.amazon.awssdk.services.iotfleetwise
Methods in software.amazon.awssdk.services.iotfleetwise that return GetCampaignResponse Modifier and Type Method Description default GetCampaignResponseIoTFleetWiseClient. getCampaign(Consumer<GetCampaignRequest.Builder> getCampaignRequest)Retrieves information about a campaign.default GetCampaignResponseIoTFleetWiseClient. getCampaign(GetCampaignRequest getCampaignRequest)Retrieves information about a campaign.Methods in software.amazon.awssdk.services.iotfleetwise that return types with arguments of type GetCampaignResponse Modifier and Type Method Description default CompletableFuture<GetCampaignResponse>IoTFleetWiseAsyncClient. getCampaign(Consumer<GetCampaignRequest.Builder> getCampaignRequest)Retrieves information about a campaign.default CompletableFuture<GetCampaignResponse>IoTFleetWiseAsyncClient. getCampaign(GetCampaignRequest getCampaignRequest)Retrieves information about a campaign.
-