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