Uses of Class
software.amazon.awssdk.services.ssm.model.ReviewStatus
-
Packages that use ReviewStatus Package Description software.amazon.awssdk.services.ssm.model -
-
Uses of ReviewStatus in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return ReviewStatus Modifier and Type Method Description static ReviewStatusReviewStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ReviewStatusDocumentDescription. reviewStatus()The current status of the review.ReviewStatusDocumentIdentifier. reviewStatus()The current status of a document review.ReviewStatusDocumentReviewerResponseSource. reviewStatus()The current review status of a new custom SSM document created by a member of your organization, or of the latest version of an existing SSM document.ReviewStatusDocumentVersionInfo. reviewStatus()The current status of the approval review for the latest version of the document.ReviewStatusGetDocumentResponse. reviewStatus()The current review status of a new custom Systems Manager document (SSM document) created by a member of your organization, or of the latest version of an existing SSM document.ReviewStatusReviewInformation. status()The current status of the document review request.static ReviewStatusReviewStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ReviewStatus[]ReviewStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type ReviewStatus Modifier and Type Method Description static Set<ReviewStatus>ReviewStatus. knownValues()Methods in software.amazon.awssdk.services.ssm.model with parameters of type ReviewStatus Modifier and Type Method Description DocumentDescription.BuilderDocumentDescription.Builder. reviewStatus(ReviewStatus reviewStatus)The current status of the review.DocumentIdentifier.BuilderDocumentIdentifier.Builder. reviewStatus(ReviewStatus reviewStatus)The current status of a document review.DocumentReviewerResponseSource.BuilderDocumentReviewerResponseSource.Builder. reviewStatus(ReviewStatus reviewStatus)The current review status of a new custom SSM document created by a member of your organization, or of the latest version of an existing SSM document.DocumentVersionInfo.BuilderDocumentVersionInfo.Builder. reviewStatus(ReviewStatus reviewStatus)The current status of the approval review for the latest version of the document.GetDocumentResponse.BuilderGetDocumentResponse.Builder. reviewStatus(ReviewStatus reviewStatus)The current review status of a new custom Systems Manager document (SSM document) created by a member of your organization, or of the latest version of an existing SSM document.ReviewInformation.BuilderReviewInformation.Builder. status(ReviewStatus status)The current status of the document review request.
-