Package | Description |
---|---|
com.amazonaws.services.applicationdiscovery.model | |
com.amazonaws.services.applicationdiscovery.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<ExportInfo> |
DescribeExportConfigurationsResult.exportsInfo
Returns export details.
|
Modifier and Type | Method and Description |
---|---|
ExportInfo |
ExportInfo.clone() |
ExportInfo |
ExportInfo.withConfigurationsDownloadUrl(java.lang.String configurationsDownloadUrl)
A URL for an Amazon S3 bucket where you can review the configuration
data.
|
ExportInfo |
ExportInfo.withExportId(java.lang.String exportId)
A unique identifier that you can use to query the export.
|
ExportInfo |
ExportInfo.withExportRequestTime(java.util.Date exportRequestTime)
The time the configuration data export was initiated.
|
ExportInfo |
ExportInfo.withExportStatus(ExportStatus exportStatus)
The status of the configuration data export.
|
ExportInfo |
ExportInfo.withExportStatus(java.lang.String exportStatus)
The status of the configuration data export.
|
ExportInfo |
ExportInfo.withStatusMessage(java.lang.String statusMessage)
Helpful status messages for API callers.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ExportInfo> |
DescribeExportConfigurationsResult.getExportsInfo()
Returns export details.
|
Modifier and Type | Method and Description |
---|---|
DescribeExportConfigurationsResult |
DescribeExportConfigurationsResult.withExportsInfo(ExportInfo... exportsInfo)
Returns export details.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeExportConfigurationsResult.setExportsInfo(java.util.Collection<ExportInfo> exportsInfo)
Returns export details.
|
DescribeExportConfigurationsResult |
DescribeExportConfigurationsResult.withExportsInfo(java.util.Collection<ExportInfo> exportsInfo)
Returns export details.
|
Modifier and Type | Method and Description |
---|---|
ExportInfo |
ExportInfoJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ExportInfoJsonMarshaller.marshall(ExportInfo exportInfo,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|