Uses of Class
software.amazon.awssdk.services.synthetics.model.GroupSummary
-
Packages that use GroupSummary Package Description software.amazon.awssdk.services.synthetics.model -
-
Uses of GroupSummary in software.amazon.awssdk.services.synthetics.model
Methods in software.amazon.awssdk.services.synthetics.model that return types with arguments of type GroupSummary Modifier and Type Method Description List<GroupSummary>ListAssociatedGroupsResponse. groups()An array of structures that contain information about the groups that this canary is associated with.List<GroupSummary>ListGroupsResponse. groups()An array of structures that each contain information about one group.Methods in software.amazon.awssdk.services.synthetics.model with parameters of type GroupSummary Modifier and Type Method Description ListAssociatedGroupsResponse.BuilderListAssociatedGroupsResponse.Builder. groups(GroupSummary... groups)An array of structures that contain information about the groups that this canary is associated with.ListGroupsResponse.BuilderListGroupsResponse.Builder. groups(GroupSummary... groups)An array of structures that each contain information about one group.Method parameters in software.amazon.awssdk.services.synthetics.model with type arguments of type GroupSummary Modifier and Type Method Description ListAssociatedGroupsResponse.BuilderListAssociatedGroupsResponse.Builder. groups(Collection<GroupSummary> groups)An array of structures that contain information about the groups that this canary is associated with.ListGroupsResponse.BuilderListGroupsResponse.Builder. groups(Collection<GroupSummary> groups)An array of structures that each contain information about one group.
-