Uses of Class
software.amazon.awssdk.services.pinpoint.model.GetImportJobsResponse
-
Packages that use GetImportJobsResponse Package Description software.amazon.awssdk.services.pinpoint Doc Engage API - Amazon Pinpoint API -
-
Uses of GetImportJobsResponse in software.amazon.awssdk.services.pinpoint
Methods in software.amazon.awssdk.services.pinpoint that return GetImportJobsResponse Modifier and Type Method Description default GetImportJobsResponsePinpointClient. getImportJobs(Consumer<GetImportJobsRequest.Builder> getImportJobsRequest)Retrieves information about the status and settings of all the import jobs for an application.default GetImportJobsResponsePinpointClient. getImportJobs(GetImportJobsRequest getImportJobsRequest)Retrieves information about the status and settings of all the import jobs for an application.Methods in software.amazon.awssdk.services.pinpoint that return types with arguments of type GetImportJobsResponse Modifier and Type Method Description default CompletableFuture<GetImportJobsResponse>PinpointAsyncClient. getImportJobs(Consumer<GetImportJobsRequest.Builder> getImportJobsRequest)Retrieves information about the status and settings of all the import jobs for an application.default CompletableFuture<GetImportJobsResponse>PinpointAsyncClient. getImportJobs(GetImportJobsRequest getImportJobsRequest)Retrieves information about the status and settings of all the import jobs for an application.
-