| Package | Description |
|---|---|
| com.amazonaws.services.dataexchange.model |
| Modifier and Type | Method and Description |
|---|---|
ExportAssetToSignedUrlResponseDetails |
ExportAssetToSignedUrlResponseDetails.clone() |
ExportAssetToSignedUrlResponseDetails |
ResponseDetails.getExportAssetToSignedUrl()
Details for the export to signed URL response.
|
ExportAssetToSignedUrlResponseDetails |
ExportAssetToSignedUrlResponseDetails.withAssetId(String assetId)
The unique identifier for the asset associated with this export job.
|
ExportAssetToSignedUrlResponseDetails |
ExportAssetToSignedUrlResponseDetails.withDataSetId(String dataSetId)
The unique identifier for the data set associated with this export job.
|
ExportAssetToSignedUrlResponseDetails |
ExportAssetToSignedUrlResponseDetails.withRevisionId(String revisionId)
The unique identifier for the revision associated with this export response.
|
ExportAssetToSignedUrlResponseDetails |
ExportAssetToSignedUrlResponseDetails.withSignedUrl(String signedUrl)
The signed URL for the export request.
|
ExportAssetToSignedUrlResponseDetails |
ExportAssetToSignedUrlResponseDetails.withSignedUrlExpiresAt(Date signedUrlExpiresAt)
The date and time that the signed URL expires, in ISO 8601 format.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResponseDetails.setExportAssetToSignedUrl(ExportAssetToSignedUrlResponseDetails exportAssetToSignedUrl)
Details for the export to signed URL response.
|
ResponseDetails |
ResponseDetails.withExportAssetToSignedUrl(ExportAssetToSignedUrlResponseDetails exportAssetToSignedUrl)
Details for the export to signed URL response.
|
Copyright © 2019. All rights reserved.