Uses of Class
software.amazon.awssdk.services.pinpoint.model.GetImportJobResponse
-
Packages that use GetImportJobResponse Package Description software.amazon.awssdk.services.pinpoint Doc Engage API - Amazon Pinpoint API -
-
Uses of GetImportJobResponse in software.amazon.awssdk.services.pinpoint
Methods in software.amazon.awssdk.services.pinpoint that return GetImportJobResponse Modifier and Type Method Description default GetImportJobResponsePinpointClient. getImportJob(Consumer<GetImportJobRequest.Builder> getImportJobRequest)Retrieves information about the status and settings of a specific import job for an application.default GetImportJobResponsePinpointClient. getImportJob(GetImportJobRequest getImportJobRequest)Retrieves information about the status and settings of a specific import job for an application.Methods in software.amazon.awssdk.services.pinpoint that return types with arguments of type GetImportJobResponse Modifier and Type Method Description default CompletableFuture<GetImportJobResponse>PinpointAsyncClient. getImportJob(Consumer<GetImportJobRequest.Builder> getImportJobRequest)Retrieves information about the status and settings of a specific import job for an application.default CompletableFuture<GetImportJobResponse>PinpointAsyncClient. getImportJob(GetImportJobRequest getImportJobRequest)Retrieves information about the status and settings of a specific import job for an application.
-