Uses of Class
software.amazon.awssdk.services.wellarchitected.model.ReviewTemplateSummary
-
Packages that use ReviewTemplateSummary Package Description software.amazon.awssdk.services.wellarchitected.model -
-
Uses of ReviewTemplateSummary in software.amazon.awssdk.services.wellarchitected.model
Methods in software.amazon.awssdk.services.wellarchitected.model that return types with arguments of type ReviewTemplateSummary Modifier and Type Method Description List<ReviewTemplateSummary>ListReviewTemplatesResponse. reviewTemplates()List of review templates.Methods in software.amazon.awssdk.services.wellarchitected.model with parameters of type ReviewTemplateSummary Modifier and Type Method Description ListReviewTemplatesResponse.BuilderListReviewTemplatesResponse.Builder. reviewTemplates(ReviewTemplateSummary... reviewTemplates)List of review templates.Method parameters in software.amazon.awssdk.services.wellarchitected.model with type arguments of type ReviewTemplateSummary Modifier and Type Method Description ListReviewTemplatesResponse.BuilderListReviewTemplatesResponse.Builder. reviewTemplates(Collection<ReviewTemplateSummary> reviewTemplates)List of review templates.
-