Uses of Enum
software.amazon.awssdk.services.ssm.model.ReviewStatus
Packages that use ReviewStatus
-
Uses of ReviewStatus in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return ReviewStatusModifier and TypeMethodDescriptionstatic ReviewStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.final ReviewStatusDocumentDescription.reviewStatus()The current status of the review.final ReviewStatusDocumentIdentifier.reviewStatus()The current status of a document review.final 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.final ReviewStatusDocumentVersionInfo.reviewStatus()The current status of the approval review for the latest version of the document.final 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.final ReviewStatusReviewInformation.status()The current status of the document review request.static ReviewStatusReturns 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 ReviewStatusMethods in software.amazon.awssdk.services.ssm.model with parameters of type ReviewStatusModifier and TypeMethodDescriptionDocumentDescription.Builder.reviewStatus(ReviewStatus reviewStatus) The current status of the review.DocumentIdentifier.Builder.reviewStatus(ReviewStatus reviewStatus) The current status of a document review.DocumentReviewerResponseSource.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.Builder.reviewStatus(ReviewStatus reviewStatus) The current status of the approval review for the latest version of the document.GetDocumentResponse.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.Builder.status(ReviewStatus status) The current status of the document review request.