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