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