Uses of Class
software.amazon.awssdk.services.pinpoint.model.ExportJobResponse
-
Packages that use ExportJobResponse Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of ExportJobResponse in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return ExportJobResponse Modifier and Type Method Description ExportJobResponseCreateExportJobResponse. exportJobResponse()Returns the value of the ExportJobResponse property for this object.ExportJobResponseGetExportJobResponse. exportJobResponse()Returns the value of the ExportJobResponse property for this object.Methods in software.amazon.awssdk.services.pinpoint.model that return types with arguments of type ExportJobResponse Modifier and Type Method Description List<ExportJobResponse>ExportJobsResponse. item()An array of responses, one for each export job that's associated with the application (Export Jobs resource) or segment (Segment Export Jobs resource).Methods in software.amazon.awssdk.services.pinpoint.model with parameters of type ExportJobResponse Modifier and Type Method Description CreateExportJobResponse.BuilderCreateExportJobResponse.Builder. exportJobResponse(ExportJobResponse exportJobResponse)Sets the value of the ExportJobResponse property for this object.GetExportJobResponse.BuilderGetExportJobResponse.Builder. exportJobResponse(ExportJobResponse exportJobResponse)Sets the value of the ExportJobResponse property for this object.ExportJobsResponse.BuilderExportJobsResponse.Builder. item(ExportJobResponse... item)An array of responses, one for each export job that's associated with the application (Export Jobs resource) or segment (Segment Export Jobs resource).Method parameters in software.amazon.awssdk.services.pinpoint.model with type arguments of type ExportJobResponse Modifier and Type Method Description ExportJobsResponse.BuilderExportJobsResponse.Builder. item(Collection<ExportJobResponse> item)An array of responses, one for each export job that's associated with the application (Export Jobs resource) or segment (Segment Export Jobs resource).
-