Package | Description |
---|---|
software.amazon.awssdk.services.pinpoint.model |
Modifier and Type | Method and Description |
---|---|
ImportJobResponse |
CreateImportJobResponse.importJobResponse()
Returns the value of the ImportJobResponse property for this object.
|
ImportJobResponse |
GetImportJobResponse.importJobResponse()
Returns the value of the ImportJobResponse property for this object.
|
Modifier and Type | Method and 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).
|
Modifier and Type | Method and Description |
---|---|
CreateImportJobResponse.Builder |
CreateImportJobResponse.Builder.importJobResponse(ImportJobResponse importJobResponse)
Sets the value of the ImportJobResponse property for this object.
|
GetImportJobResponse.Builder |
GetImportJobResponse.Builder.importJobResponse(ImportJobResponse importJobResponse)
Sets the value of the ImportJobResponse property for this object.
|
ImportJobsResponse.Builder |
ImportJobsResponse.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).
|
Modifier and Type | Method and Description |
---|---|
ImportJobsResponse.Builder |
ImportJobsResponse.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).
|
Copyright © 2019. All rights reserved.