Uses of Interface
software.amazon.awssdk.services.cloudwatch.model.DeleteInsightRulesResponse.Builder
-
Packages that use DeleteInsightRulesResponse.Builder Package Description software.amazon.awssdk.services.cloudwatch.model -
-
Uses of DeleteInsightRulesResponse.Builder in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return DeleteInsightRulesResponse.Builder Modifier and Type Method Description static DeleteInsightRulesResponse.BuilderDeleteInsightRulesResponse. builder()DeleteInsightRulesResponse.BuilderDeleteInsightRulesResponse.Builder. failures(Collection<PartialFailure> failures)An array listing the rules that could not be deleted.DeleteInsightRulesResponse.BuilderDeleteInsightRulesResponse.Builder. failures(Consumer<PartialFailure.Builder>... failures)An array listing the rules that could not be deleted.DeleteInsightRulesResponse.BuilderDeleteInsightRulesResponse.Builder. failures(PartialFailure... failures)An array listing the rules that could not be deleted.DeleteInsightRulesResponse.BuilderDeleteInsightRulesResponse. toBuilder()Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type DeleteInsightRulesResponse.Builder Modifier and Type Method Description static Class<? extends DeleteInsightRulesResponse.Builder>DeleteInsightRulesResponse. serializableBuilderClass()
-