Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.StopQueryResponse.Builder
-
Packages that use StopQueryResponse.Builder Package Description software.amazon.awssdk.services.cloudwatchlogs.model -
-
Uses of StopQueryResponse.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return StopQueryResponse.Builder Modifier and Type Method Description static StopQueryResponse.BuilderStopQueryResponse. builder()StopQueryResponse.BuilderStopQueryResponse.Builder. success(Boolean success)This is true if the query was stopped by theStopQueryoperation.StopQueryResponse.BuilderStopQueryResponse. toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type StopQueryResponse.Builder Modifier and Type Method Description static Class<? extends StopQueryResponse.Builder>StopQueryResponse. serializableBuilderClass()
-