Uses of Interface
software.amazon.awssdk.services.devopsguru.model.DescribeFeedbackResponse.Builder
-
Packages that use DescribeFeedbackResponse.Builder Package Description software.amazon.awssdk.services.devopsguru.model -
-
Uses of DescribeFeedbackResponse.Builder in software.amazon.awssdk.services.devopsguru.model
Methods in software.amazon.awssdk.services.devopsguru.model that return DescribeFeedbackResponse.Builder Modifier and Type Method Description static DescribeFeedbackResponse.BuilderDescribeFeedbackResponse. builder()default DescribeFeedbackResponse.BuilderDescribeFeedbackResponse.Builder. insightFeedback(Consumer<InsightFeedback.Builder> insightFeedback)Sets the value of the InsightFeedback property for this object.DescribeFeedbackResponse.BuilderDescribeFeedbackResponse.Builder. insightFeedback(InsightFeedback insightFeedback)Sets the value of the InsightFeedback property for this object.DescribeFeedbackResponse.BuilderDescribeFeedbackResponse. toBuilder()Methods in software.amazon.awssdk.services.devopsguru.model that return types with arguments of type DescribeFeedbackResponse.Builder Modifier and Type Method Description static Class<? extends DescribeFeedbackResponse.Builder>DescribeFeedbackResponse. serializableBuilderClass()
-