Uses of Interface
software.amazon.awssdk.services.devopsguru.model.ListRecommendationsRequest.Builder
-
Packages that use ListRecommendationsRequest.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 ListRecommendationsRequest.Builder in software.amazon.awssdk.services.devopsguru
Method parameters in software.amazon.awssdk.services.devopsguru with type arguments of type ListRecommendationsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListRecommendationsResponse>DevOpsGuruAsyncClient. listRecommendations(Consumer<ListRecommendationsRequest.Builder> listRecommendationsRequest)Returns a list of a specified insight's recommendations.default ListRecommendationsResponseDevOpsGuruClient. listRecommendations(Consumer<ListRecommendationsRequest.Builder> listRecommendationsRequest)Returns a list of a specified insight's recommendations.default ListRecommendationsPublisherDevOpsGuruAsyncClient. listRecommendationsPaginator(Consumer<ListRecommendationsRequest.Builder> listRecommendationsRequest)Returns a list of a specified insight's recommendations.default ListRecommendationsIterableDevOpsGuruClient. listRecommendationsPaginator(Consumer<ListRecommendationsRequest.Builder> listRecommendationsRequest)Returns a list of a specified insight's recommendations. -
Uses of ListRecommendationsRequest.Builder in software.amazon.awssdk.services.devopsguru.model
Methods in software.amazon.awssdk.services.devopsguru.model that return ListRecommendationsRequest.Builder Modifier and Type Method Description ListRecommendationsRequest.BuilderListRecommendationsRequest.Builder. accountId(String accountId)The ID of the Amazon Web Services account.static ListRecommendationsRequest.BuilderListRecommendationsRequest. builder()ListRecommendationsRequest.BuilderListRecommendationsRequest.Builder. insightId(String insightId)The ID of the requested insight.ListRecommendationsRequest.BuilderListRecommendationsRequest.Builder. locale(String locale)A locale that specifies the language to use for recommendations.ListRecommendationsRequest.BuilderListRecommendationsRequest.Builder. locale(Locale locale)A locale that specifies the language to use for recommendations.ListRecommendationsRequest.BuilderListRecommendationsRequest.Builder. nextToken(String nextToken)The pagination token to use to retrieve the next page of results for this operation.ListRecommendationsRequest.BuilderListRecommendationsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListRecommendationsRequest.BuilderListRecommendationsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListRecommendationsRequest.BuilderListRecommendationsRequest. toBuilder()Methods in software.amazon.awssdk.services.devopsguru.model that return types with arguments of type ListRecommendationsRequest.Builder Modifier and Type Method Description static Class<? extends ListRecommendationsRequest.Builder>ListRecommendationsRequest. serializableBuilderClass()
-