| Package | Description |
|---|---|
| com.amazonaws.services.inspector2.model |
| Modifier and Type | Method and Description |
|---|---|
StopCisMessageProgress |
StopCisMessageProgress.clone() |
StopCisMessageProgress |
StopCisSessionMessage.getProgress()
The progress of the message.
|
StopCisMessageProgress |
StopCisMessageProgress.withErrorChecks(Integer errorChecks)
The progress' error checks.
|
StopCisMessageProgress |
StopCisMessageProgress.withFailedChecks(Integer failedChecks)
The progress' failed checks.
|
StopCisMessageProgress |
StopCisMessageProgress.withInformationalChecks(Integer informationalChecks)
The progress' informational checks.
|
StopCisMessageProgress |
StopCisMessageProgress.withNotApplicableChecks(Integer notApplicableChecks)
The progress' not applicable checks.
|
StopCisMessageProgress |
StopCisMessageProgress.withNotEvaluatedChecks(Integer notEvaluatedChecks)
The progress' not evaluated checks.
|
StopCisMessageProgress |
StopCisMessageProgress.withSuccessfulChecks(Integer successfulChecks)
The progress' successful checks.
|
StopCisMessageProgress |
StopCisMessageProgress.withTotalChecks(Integer totalChecks)
The progress' total checks.
|
StopCisMessageProgress |
StopCisMessageProgress.withUnknownChecks(Integer unknownChecks)
The progress' unknown checks.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StopCisSessionMessage.setProgress(StopCisMessageProgress progress)
The progress of the message.
|
StopCisSessionMessage |
StopCisSessionMessage.withProgress(StopCisMessageProgress progress)
The progress of the message.
|
Copyright © 2024. All rights reserved.