Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.GetLogFieldsResponse.Builder
Packages that use GetLogFieldsResponse.Builder
-
Uses of GetLogFieldsResponse.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return GetLogFieldsResponse.BuilderModifier and TypeMethodDescriptionstatic GetLogFieldsResponse.BuilderGetLogFieldsResponse.builder()GetLogFieldsResponse.Builder.logFields(Collection<LogFieldsListItem> logFields) The list of log fields for the specified data source, including field names and their data types.GetLogFieldsResponse.Builder.logFields(Consumer<LogFieldsListItem.Builder>... logFields) The list of log fields for the specified data source, including field names and their data types.GetLogFieldsResponse.Builder.logFields(LogFieldsListItem... logFields) The list of log fields for the specified data source, including field names and their data types.GetLogFieldsResponse.toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type GetLogFieldsResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetLogFieldsResponse.Builder>GetLogFieldsResponse.serializableBuilderClass()