Uses of Class
software.amazon.awssdk.services.pinpoint.model.GetCampaignRequest
-
Packages that use GetCampaignRequest Package Description software.amazon.awssdk.services.pinpoint Doc Engage API - Amazon Pinpoint APIsoftware.amazon.awssdk.services.pinpoint.transform -
-
Uses of GetCampaignRequest in software.amazon.awssdk.services.pinpoint
Methods in software.amazon.awssdk.services.pinpoint with parameters of type GetCampaignRequest Modifier and Type Method Description default CompletableFuture<GetCampaignResponse>PinpointAsyncClient. getCampaign(GetCampaignRequest getCampaignRequest)Retrieves information about the status, configuration, and other settings for a campaign.default GetCampaignResponsePinpointClient. getCampaign(GetCampaignRequest getCampaignRequest)Retrieves information about the status, configuration, and other settings for a campaign. -
Uses of GetCampaignRequest in software.amazon.awssdk.services.pinpoint.transform
Methods in software.amazon.awssdk.services.pinpoint.transform with parameters of type GetCampaignRequest Modifier and Type Method Description SdkHttpFullRequestGetCampaignRequestMarshaller. marshall(GetCampaignRequest getCampaignRequest)
-