Uses of Class
software.amazon.awssdk.services.ssm.model.ReviewInformation
-
Packages that use ReviewInformation Package Description software.amazon.awssdk.services.ssm.model -
-
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 ReviewInformation Modifier and Type Method Description List<ReviewInformation>DocumentDescription. reviewInformation()Details about the review of a document.Methods in software.amazon.awssdk.services.ssm.model with parameters of type ReviewInformation Modifier and Type Method Description DocumentDescription.BuilderDocumentDescription.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 ReviewInformation Modifier and Type Method Description DocumentDescription.BuilderDocumentDescription.Builder. reviewInformation(Collection<ReviewInformation> reviewInformation)Details about the review of a document.
-