Uses of Interface
software.amazon.awssdk.services.cloudwatch.model.DescribeInsightRulesResponse.Builder
-
Packages that use DescribeInsightRulesResponse.Builder Package Description software.amazon.awssdk.services.cloudwatch.model -
-
Uses of DescribeInsightRulesResponse.Builder in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return DescribeInsightRulesResponse.Builder Modifier and Type Method Description static DescribeInsightRulesResponse.BuilderDescribeInsightRulesResponse. builder()DescribeInsightRulesResponse.BuilderDescribeInsightRulesResponse.Builder. insightRules(Collection<InsightRule> insightRules)The rules returned by the operation.DescribeInsightRulesResponse.BuilderDescribeInsightRulesResponse.Builder. insightRules(Consumer<InsightRule.Builder>... insightRules)The rules returned by the operation.DescribeInsightRulesResponse.BuilderDescribeInsightRulesResponse.Builder. insightRules(InsightRule... insightRules)The rules returned by the operation.DescribeInsightRulesResponse.BuilderDescribeInsightRulesResponse.Builder. nextToken(String nextToken)If this parameter is present, it is a token that marks the start of the next batch of returned results.DescribeInsightRulesResponse.BuilderDescribeInsightRulesResponse. toBuilder()Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type DescribeInsightRulesResponse.Builder Modifier and Type Method Description static Class<? extends DescribeInsightRulesResponse.Builder>DescribeInsightRulesResponse. serializableBuilderClass()
-