| Package | Description |
|---|---|
| com.amazonaws.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
UserPausedDetails |
UserPausedDetails.clone() |
UserPausedDetails |
JobSummary.getUserPausedDetails()
If the current status of the job is USER_PAUSED, specifies when the job was paused and when the job or job run
will expire and be cancelled if it isn't resumed.
|
UserPausedDetails |
DescribeClassificationJobResult.getUserPausedDetails()
If the current status of the job is USER_PAUSED, specifies when the job was paused and when the job or job run
will expire and be cancelled if it isn't resumed.
|
UserPausedDetails |
UserPausedDetails.withJobExpiresAt(Date jobExpiresAt)
The date and time, in UTC and extended ISO 8601 format, when the job or job run will expire and be cancelled if
you don't resume it first.
|
UserPausedDetails |
UserPausedDetails.withJobImminentExpirationHealthEventArn(String jobImminentExpirationHealthEventArn)
The Amazon Resource Name (ARN) of the Health event that Amazon Macie sent to notify you of the job or job run's
pending expiration and cancellation.
|
UserPausedDetails |
UserPausedDetails.withJobPausedAt(Date jobPausedAt)
The date and time, in UTC and extended ISO 8601 format, when you paused the job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JobSummary.setUserPausedDetails(UserPausedDetails userPausedDetails)
If the current status of the job is USER_PAUSED, specifies when the job was paused and when the job or job run
will expire and be cancelled if it isn't resumed.
|
void |
DescribeClassificationJobResult.setUserPausedDetails(UserPausedDetails userPausedDetails)
If the current status of the job is USER_PAUSED, specifies when the job was paused and when the job or job run
will expire and be cancelled if it isn't resumed.
|
JobSummary |
JobSummary.withUserPausedDetails(UserPausedDetails userPausedDetails)
If the current status of the job is USER_PAUSED, specifies when the job was paused and when the job or job run
will expire and be cancelled if it isn't resumed.
|
DescribeClassificationJobResult |
DescribeClassificationJobResult.withUserPausedDetails(UserPausedDetails userPausedDetails)
If the current status of the job is USER_PAUSED, specifies when the job was paused and when the job or job run
will expire and be cancelled if it isn't resumed.
|
Copyright © 2025. All rights reserved.