Uses of Class
software.amazon.awssdk.services.m2.model.LogGroupSummary
-
Packages that use LogGroupSummary Package Description software.amazon.awssdk.services.m2.model -
-
Uses of LogGroupSummary in software.amazon.awssdk.services.m2.model
Methods in software.amazon.awssdk.services.m2.model that return types with arguments of type LogGroupSummary Modifier and Type Method Description List<LogGroupSummary>GetApplicationResponse. logGroups()The list of log summaries.Methods in software.amazon.awssdk.services.m2.model with parameters of type LogGroupSummary Modifier and Type Method Description GetApplicationResponse.BuilderGetApplicationResponse.Builder. logGroups(LogGroupSummary... logGroups)The list of log summaries.Method parameters in software.amazon.awssdk.services.m2.model with type arguments of type LogGroupSummary Modifier and Type Method Description GetApplicationResponse.BuilderGetApplicationResponse.Builder. logGroups(Collection<LogGroupSummary> logGroups)The list of log summaries.
-