Uses of Class
software.amazon.awssdk.services.macie2.model.UserPausedDetails
-
Packages that use UserPausedDetails Package Description software.amazon.awssdk.services.macie2.model -
-
Uses of UserPausedDetails in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return UserPausedDetails Modifier and Type Method Description UserPausedDetailsDescribeClassificationJobResponse. 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.UserPausedDetailsJobSummary. 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.Methods in software.amazon.awssdk.services.macie2.model with parameters of type UserPausedDetails Modifier and Type Method Description DescribeClassificationJobResponse.BuilderDescribeClassificationJobResponse.Builder. userPausedDetails(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.BuilderJobSummary.Builder. userPausedDetails(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.
-