| 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 |
| Modifier and Type | Method and Description |
|---|---|
default DescribeFeedbackResponse |
DevOpsGuruClient.describeFeedback(Consumer<DescribeFeedbackRequest.Builder> describeFeedbackRequest)
Returns the most recent feedback submitted in the current Amazon Web Services account and Region.
|
default CompletableFuture<DescribeFeedbackResponse> |
DevOpsGuruAsyncClient.describeFeedback(Consumer<DescribeFeedbackRequest.Builder> describeFeedbackRequest)
Returns the most recent feedback submitted in the current Amazon Web Services account and Region.
|
| Modifier and Type | Method and Description |
|---|---|
static DescribeFeedbackRequest.Builder |
DescribeFeedbackRequest.builder() |
DescribeFeedbackRequest.Builder |
DescribeFeedbackRequest.Builder.insightId(String insightId)
The ID of the insight for which the feedback was provided.
|
DescribeFeedbackRequest.Builder |
DescribeFeedbackRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeFeedbackRequest.Builder |
DescribeFeedbackRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeFeedbackRequest.Builder |
DescribeFeedbackRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeFeedbackRequest.Builder> |
DescribeFeedbackRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.