Uses of Class
software.amazon.awssdk.services.athena.model.WorkGroupSummary
-
Packages that use WorkGroupSummary Package Description software.amazon.awssdk.services.athena.model -
-
Uses of WorkGroupSummary in software.amazon.awssdk.services.athena.model
Methods in software.amazon.awssdk.services.athena.model that return types with arguments of type WorkGroupSummary Modifier and Type Method Description List<WorkGroupSummary>ListWorkGroupsResponse. workGroups()A list of WorkGroupSummary objects that include the names, descriptions, creation times, and states for each workgroup.Methods in software.amazon.awssdk.services.athena.model with parameters of type WorkGroupSummary Modifier and Type Method Description ListWorkGroupsResponse.BuilderListWorkGroupsResponse.Builder. workGroups(WorkGroupSummary... workGroups)A list of WorkGroupSummary objects that include the names, descriptions, creation times, and states for each workgroup.Method parameters in software.amazon.awssdk.services.athena.model with type arguments of type WorkGroupSummary Modifier and Type Method Description ListWorkGroupsResponse.BuilderListWorkGroupsResponse.Builder. workGroups(Collection<WorkGroupSummary> workGroups)A list of WorkGroupSummary objects that include the names, descriptions, creation times, and states for each workgroup.
-