| Package | Description |
|---|---|
| com.amazonaws.services.dataexchange.model |
| Modifier and Type | Method and Description |
|---|---|
ResponseDetails |
ResponseDetails.clone() |
ResponseDetails |
GetJobResult.getDetails()
Details about the job.
|
ResponseDetails |
JobEntry.getDetails()
Details of the operation to be performed by the job, such as export destination details or import source details.
|
ResponseDetails |
CreateJobResult.getDetails()
Details about the job.
|
ResponseDetails |
ResponseDetails.withExportAssetsToS3(ExportAssetsToS3ResponseDetails exportAssetsToS3)
Details for the export to Amazon S3 response.
|
ResponseDetails |
ResponseDetails.withExportAssetToSignedUrl(ExportAssetToSignedUrlResponseDetails exportAssetToSignedUrl)
Details for the export to signed URL response.
|
ResponseDetails |
ResponseDetails.withImportAssetFromSignedUrl(ImportAssetFromSignedUrlResponseDetails importAssetFromSignedUrl)
Details for the import from signed URL response.
|
ResponseDetails |
ResponseDetails.withImportAssetsFromS3(ImportAssetsFromS3ResponseDetails importAssetsFromS3)
Details for the import from Amazon S3 response.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetJobResult.setDetails(ResponseDetails details)
Details about the job.
|
void |
JobEntry.setDetails(ResponseDetails details)
Details of the operation to be performed by the job, such as export destination details or import source details.
|
void |
CreateJobResult.setDetails(ResponseDetails details)
Details about the job.
|
GetJobResult |
GetJobResult.withDetails(ResponseDetails details)
Details about the job.
|
JobEntry |
JobEntry.withDetails(ResponseDetails details)
Details of the operation to be performed by the job, such as export destination details or import source details.
|
CreateJobResult |
CreateJobResult.withDetails(ResponseDetails details)
Details about the job.
|
Copyright © 2019. All rights reserved.