Uses of Interface
software.amazon.awssdk.services.resiliencehub.model.ListAppComponentRecommendationsRequest.Builder
-
Packages that use ListAppComponentRecommendationsRequest.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 ListAppComponentRecommendationsRequest.Builder in software.amazon.awssdk.services.resiliencehub
-
Uses of ListAppComponentRecommendationsRequest.Builder in software.amazon.awssdk.services.resiliencehub.model
Methods in software.amazon.awssdk.services.resiliencehub.model that return ListAppComponentRecommendationsRequest.Builder Modifier and Type Method Description ListAppComponentRecommendationsRequest.BuilderListAppComponentRecommendationsRequest.Builder. assessmentArn(String assessmentArn)Amazon Resource Name (ARN) of the assessment.static ListAppComponentRecommendationsRequest.BuilderListAppComponentRecommendationsRequest. builder()ListAppComponentRecommendationsRequest.BuilderListAppComponentRecommendationsRequest.Builder. maxResults(Integer maxResults)Maximum number of results to include in the response.ListAppComponentRecommendationsRequest.BuilderListAppComponentRecommendationsRequest.Builder. nextToken(String nextToken)Null, or the token from a previous call to get the next set of results.ListAppComponentRecommendationsRequest.BuilderListAppComponentRecommendationsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListAppComponentRecommendationsRequest.BuilderListAppComponentRecommendationsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListAppComponentRecommendationsRequest.BuilderListAppComponentRecommendationsRequest. toBuilder()Methods in software.amazon.awssdk.services.resiliencehub.model that return types with arguments of type ListAppComponentRecommendationsRequest.Builder Modifier and Type Method Description static Class<? extends ListAppComponentRecommendationsRequest.Builder>ListAppComponentRecommendationsRequest. serializableBuilderClass()
-