Uses of Interface
software.amazon.awssdk.services.resiliencehub.model.ListSopRecommendationsRequest.Builder
-
Packages that use ListSopRecommendationsRequest.Builder 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.model -
-
Uses of ListSopRecommendationsRequest.Builder in software.amazon.awssdk.services.resiliencehub
Method parameters in software.amazon.awssdk.services.resiliencehub with type arguments of type ListSopRecommendationsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListSopRecommendationsResponse>ResiliencehubAsyncClient. listSopRecommendations(Consumer<ListSopRecommendationsRequest.Builder> listSopRecommendationsRequest)Lists the standard operating procedure (SOP) recommendations for the Resilience Hub applications.default ListSopRecommendationsResponseResiliencehubClient. listSopRecommendations(Consumer<ListSopRecommendationsRequest.Builder> listSopRecommendationsRequest)Lists the standard operating procedure (SOP) recommendations for the Resilience Hub applications.default ListSopRecommendationsPublisherResiliencehubAsyncClient. listSopRecommendationsPaginator(Consumer<ListSopRecommendationsRequest.Builder> listSopRecommendationsRequest)Lists the standard operating procedure (SOP) recommendations for the Resilience Hub applications.default ListSopRecommendationsIterableResiliencehubClient. listSopRecommendationsPaginator(Consumer<ListSopRecommendationsRequest.Builder> listSopRecommendationsRequest)Lists the standard operating procedure (SOP) recommendations for the Resilience Hub applications. -
Uses of ListSopRecommendationsRequest.Builder in software.amazon.awssdk.services.resiliencehub.model
Methods in software.amazon.awssdk.services.resiliencehub.model that return ListSopRecommendationsRequest.Builder Modifier and Type Method Description ListSopRecommendationsRequest.BuilderListSopRecommendationsRequest.Builder. assessmentArn(String assessmentArn)Amazon Resource Name (ARN) of the assessment.static ListSopRecommendationsRequest.BuilderListSopRecommendationsRequest. builder()ListSopRecommendationsRequest.BuilderListSopRecommendationsRequest.Builder. maxResults(Integer maxResults)Maximum number of results to include in the response.ListSopRecommendationsRequest.BuilderListSopRecommendationsRequest.Builder. nextToken(String nextToken)Null, or the token from a previous call to get the next set of results.ListSopRecommendationsRequest.BuilderListSopRecommendationsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListSopRecommendationsRequest.BuilderListSopRecommendationsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListSopRecommendationsRequest.BuilderListSopRecommendationsRequest. toBuilder()Methods in software.amazon.awssdk.services.resiliencehub.model that return types with arguments of type ListSopRecommendationsRequest.Builder Modifier and Type Method Description static Class<? extends ListSopRecommendationsRequest.Builder>ListSopRecommendationsRequest. serializableBuilderClass()
-