Uses of Class
software.amazon.awssdk.services.ssm.model.ReviewInformation
Packages that use ReviewInformation
-
Uses of ReviewInformation in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type ReviewInformationModifier and TypeMethodDescriptionfinal List<ReviewInformation>DocumentDescription.reviewInformation()Details about the review of a document.Methods in software.amazon.awssdk.services.ssm.model with parameters of type ReviewInformationModifier and TypeMethodDescriptionDocumentDescription.Builder.reviewInformation(ReviewInformation... reviewInformation) Details about the review of a document.Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type ReviewInformationModifier and TypeMethodDescriptionDocumentDescription.Builder.reviewInformation(Collection<ReviewInformation> reviewInformation) Details about the review of a document.