Uses of Class
software.amazon.awssdk.services.resiliencehub.model.ListAlarmRecommendationsResponse
-
Packages that use ListAlarmRecommendationsResponse Package Description software.amazon.awssdk.services.resiliencehub Resilience Hub helps you proactively prepare and protect your Amazon Web Services applications from disruptions.software.amazon.awssdk.services.resiliencehub.paginators -
-
Uses of ListAlarmRecommendationsResponse in software.amazon.awssdk.services.resiliencehub
Methods in software.amazon.awssdk.services.resiliencehub that return ListAlarmRecommendationsResponse Modifier and Type Method Description default ListAlarmRecommendationsResponseResiliencehubClient. listAlarmRecommendations(Consumer<ListAlarmRecommendationsRequest.Builder> listAlarmRecommendationsRequest)Lists the alarm recommendations for an Resilience Hub application.default ListAlarmRecommendationsResponseResiliencehubClient. listAlarmRecommendations(ListAlarmRecommendationsRequest listAlarmRecommendationsRequest)Lists the alarm recommendations for an Resilience Hub application.Methods in software.amazon.awssdk.services.resiliencehub that return types with arguments of type ListAlarmRecommendationsResponse Modifier and Type Method Description default CompletableFuture<ListAlarmRecommendationsResponse>ResiliencehubAsyncClient. listAlarmRecommendations(Consumer<ListAlarmRecommendationsRequest.Builder> listAlarmRecommendationsRequest)Lists the alarm recommendations for an Resilience Hub application.default CompletableFuture<ListAlarmRecommendationsResponse>ResiliencehubAsyncClient. listAlarmRecommendations(ListAlarmRecommendationsRequest listAlarmRecommendationsRequest)Lists the alarm recommendations for an Resilience Hub application. -
Uses of ListAlarmRecommendationsResponse in software.amazon.awssdk.services.resiliencehub.paginators
Methods in software.amazon.awssdk.services.resiliencehub.paginators that return types with arguments of type ListAlarmRecommendationsResponse Modifier and Type Method Description Iterator<ListAlarmRecommendationsResponse>ListAlarmRecommendationsIterable. iterator()Method parameters in software.amazon.awssdk.services.resiliencehub.paginators with type arguments of type ListAlarmRecommendationsResponse Modifier and Type Method Description voidListAlarmRecommendationsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListAlarmRecommendationsResponse> subscriber)
-