Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.QueryCompileErrorLocation.Builder
-
Packages that use QueryCompileErrorLocation.Builder Package Description software.amazon.awssdk.services.cloudwatchlogs.model -
-
Uses of QueryCompileErrorLocation.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return QueryCompileErrorLocation.Builder Modifier and Type Method Description static QueryCompileErrorLocation.BuilderQueryCompileErrorLocation. builder()QueryCompileErrorLocation.BuilderQueryCompileErrorLocation.Builder. endCharOffset(Integer endCharOffset)Reserved.QueryCompileErrorLocation.BuilderQueryCompileErrorLocation.Builder. startCharOffset(Integer startCharOffset)Reserved.QueryCompileErrorLocation.BuilderQueryCompileErrorLocation. toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type QueryCompileErrorLocation.Builder Modifier and Type Method Description static Class<? extends QueryCompileErrorLocation.Builder>QueryCompileErrorLocation. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudwatchlogs.model with type arguments of type QueryCompileErrorLocation.Builder Modifier and Type Method Description default QueryCompileError.BuilderQueryCompileError.Builder. location(Consumer<QueryCompileErrorLocation.Builder> location)Reserved.
-