Uses of Class
software.amazon.awssdk.services.pinpoint.model.ImportJobResponse
-
Packages that use ImportJobResponse Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of ImportJobResponse in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return ImportJobResponse Modifier and Type Method Description ImportJobResponseCreateImportJobResponse. importJobResponse()Returns the value of the ImportJobResponse property for this object.ImportJobResponseGetImportJobResponse. importJobResponse()Returns the value of the ImportJobResponse property for this object.Methods in software.amazon.awssdk.services.pinpoint.model that return types with arguments of type ImportJobResponse Modifier and Type Method Description List<ImportJobResponse>ImportJobsResponse. item()An array of responses, one for each import job that's associated with the application (Import Jobs resource) or segment (Segment Import Jobs resource).Methods in software.amazon.awssdk.services.pinpoint.model with parameters of type ImportJobResponse Modifier and Type Method Description CreateImportJobResponse.BuilderCreateImportJobResponse.Builder. importJobResponse(ImportJobResponse importJobResponse)Sets the value of the ImportJobResponse property for this object.GetImportJobResponse.BuilderGetImportJobResponse.Builder. importJobResponse(ImportJobResponse importJobResponse)Sets the value of the ImportJobResponse property for this object.ImportJobsResponse.BuilderImportJobsResponse.Builder. item(ImportJobResponse... item)An array of responses, one for each import job that's associated with the application (Import Jobs resource) or segment (Segment Import Jobs resource).Method parameters in software.amazon.awssdk.services.pinpoint.model with type arguments of type ImportJobResponse Modifier and Type Method Description ImportJobsResponse.BuilderImportJobsResponse.Builder. item(Collection<ImportJobResponse> item)An array of responses, one for each import job that's associated with the application (Import Jobs resource) or segment (Segment Import Jobs resource).
-