Uses of Interface
software.amazon.awssdk.services.m2.model.LogGroupSummary.Builder
-
Packages that use LogGroupSummary.Builder Package Description software.amazon.awssdk.services.m2.model -
-
Uses of LogGroupSummary.Builder in software.amazon.awssdk.services.m2.model
Methods in software.amazon.awssdk.services.m2.model that return LogGroupSummary.Builder Modifier and Type Method Description static LogGroupSummary.BuilderLogGroupSummary. builder()LogGroupSummary.BuilderLogGroupSummary.Builder. logGroupName(String logGroupName)The name of the log group.LogGroupSummary.BuilderLogGroupSummary.Builder. logType(String logType)The type of log.LogGroupSummary.BuilderLogGroupSummary. toBuilder()Methods in software.amazon.awssdk.services.m2.model that return types with arguments of type LogGroupSummary.Builder Modifier and Type Method Description static Class<? extends LogGroupSummary.Builder>LogGroupSummary. serializableBuilderClass()
-