Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.ListLogGroupsForQueryResponse.Builder
-
Packages that use ListLogGroupsForQueryResponse.Builder Package Description software.amazon.awssdk.services.cloudwatchlogs.model -
-
Uses of ListLogGroupsForQueryResponse.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return ListLogGroupsForQueryResponse.Builder Modifier and Type Method Description static ListLogGroupsForQueryResponse.BuilderListLogGroupsForQueryResponse. builder()ListLogGroupsForQueryResponse.BuilderListLogGroupsForQueryResponse.Builder. logGroupIdentifiers(String... logGroupIdentifiers)An array of the names and ARNs of the log groups that were processed in the query.ListLogGroupsForQueryResponse.BuilderListLogGroupsForQueryResponse.Builder. logGroupIdentifiers(Collection<String> logGroupIdentifiers)An array of the names and ARNs of the log groups that were processed in the query.ListLogGroupsForQueryResponse.BuilderListLogGroupsForQueryResponse.Builder. nextToken(String nextToken)Sets the value of the NextToken property for this object.ListLogGroupsForQueryResponse.BuilderListLogGroupsForQueryResponse. toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type ListLogGroupsForQueryResponse.Builder Modifier and Type Method Description static Class<? extends ListLogGroupsForQueryResponse.Builder>ListLogGroupsForQueryResponse. serializableBuilderClass()
-