Uses of Class
software.amazon.awssdk.services.pinpoint.model.CreateExportJobResponse
-
Packages that use CreateExportJobResponse Package Description software.amazon.awssdk.services.pinpoint Doc Engage API - Amazon Pinpoint API -
-
Uses of CreateExportJobResponse in software.amazon.awssdk.services.pinpoint
Methods in software.amazon.awssdk.services.pinpoint that return CreateExportJobResponse Modifier and Type Method Description default CreateExportJobResponsePinpointClient. createExportJob(Consumer<CreateExportJobRequest.Builder> createExportJobRequest)Creates an export job for an application.default CreateExportJobResponsePinpointClient. createExportJob(CreateExportJobRequest createExportJobRequest)Creates an export job for an application.Methods in software.amazon.awssdk.services.pinpoint that return types with arguments of type CreateExportJobResponse Modifier and Type Method Description default CompletableFuture<CreateExportJobResponse>PinpointAsyncClient. createExportJob(Consumer<CreateExportJobRequest.Builder> createExportJobRequest)Creates an export job for an application.default CompletableFuture<CreateExportJobResponse>PinpointAsyncClient. createExportJob(CreateExportJobRequest createExportJobRequest)Creates an export job for an application.
-