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