| Package | Description |
|---|---|
| com.amazonaws.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
ResourceScanSummary |
ResourceScanSummary.clone() |
ResourceScanSummary |
ResourceScanSummary.withEndTime(Date endTime)
The time that the resource scan was finished.
|
ResourceScanSummary |
ResourceScanSummary.withPercentageCompleted(Double percentageCompleted)
The percentage of the resource scan that has been completed.
|
ResourceScanSummary |
ResourceScanSummary.withResourceScanId(String resourceScanId)
The Amazon Resource Name (ARN) of the resource scan.
|
ResourceScanSummary |
ResourceScanSummary.withStartTime(Date startTime)
The time that the resource scan was started.
|
ResourceScanSummary |
ResourceScanSummary.withStatus(ResourceScanStatus status)
Status of the resource scan.
|
ResourceScanSummary |
ResourceScanSummary.withStatus(String status)
Status of the resource scan.
|
ResourceScanSummary |
ResourceScanSummary.withStatusReason(String statusReason)
The reason for the resource scan status, providing more information if a failure happened.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResourceScanSummary> |
ListResourceScansResult.getResourceScanSummaries()
The list of scans returned.
|
| Modifier and Type | Method and Description |
|---|---|
ListResourceScansResult |
ListResourceScansResult.withResourceScanSummaries(ResourceScanSummary... resourceScanSummaries)
The list of scans returned.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListResourceScansResult.setResourceScanSummaries(Collection<ResourceScanSummary> resourceScanSummaries)
The list of scans returned.
|
ListResourceScansResult |
ListResourceScansResult.withResourceScanSummaries(Collection<ResourceScanSummary> resourceScanSummaries)
The list of scans returned.
|
Copyright © 2024. All rights reserved.