Uses of Interface
software.amazon.awssdk.services.devopsguru.model.DescribeFeedbackRequest.Builder
-
Packages that use DescribeFeedbackRequest.Builder Package Description software.amazon.awssdk.services.devopsguru Amazon DevOps Guru is a fully managed service that helps you identify anomalous behavior in business critical operational applications.software.amazon.awssdk.services.devopsguru.model -
-
Uses of DescribeFeedbackRequest.Builder in software.amazon.awssdk.services.devopsguru
Method parameters in software.amazon.awssdk.services.devopsguru with type arguments of type DescribeFeedbackRequest.Builder Modifier and Type Method Description default CompletableFuture<DescribeFeedbackResponse>DevOpsGuruAsyncClient. describeFeedback(Consumer<DescribeFeedbackRequest.Builder> describeFeedbackRequest)Returns the most recent feedback submitted in the current Amazon Web Services account and Region.default DescribeFeedbackResponseDevOpsGuruClient. describeFeedback(Consumer<DescribeFeedbackRequest.Builder> describeFeedbackRequest)Returns the most recent feedback submitted in the current Amazon Web Services account and Region. -
Uses of DescribeFeedbackRequest.Builder in software.amazon.awssdk.services.devopsguru.model
Methods in software.amazon.awssdk.services.devopsguru.model that return DescribeFeedbackRequest.Builder Modifier and Type Method Description static DescribeFeedbackRequest.BuilderDescribeFeedbackRequest. builder()DescribeFeedbackRequest.BuilderDescribeFeedbackRequest.Builder. insightId(String insightId)The ID of the insight for which the feedback was provided.DescribeFeedbackRequest.BuilderDescribeFeedbackRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeFeedbackRequest.BuilderDescribeFeedbackRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeFeedbackRequest.BuilderDescribeFeedbackRequest. toBuilder()Methods in software.amazon.awssdk.services.devopsguru.model that return types with arguments of type DescribeFeedbackRequest.Builder Modifier and Type Method Description static Class<? extends DescribeFeedbackRequest.Builder>DescribeFeedbackRequest. serializableBuilderClass()
-