Uses of Interface
software.amazon.awssdk.services.synthetics.model.ListGroupsResponse.Builder
-
Packages that use ListGroupsResponse.Builder Package Description software.amazon.awssdk.services.synthetics.model -
-
Uses of ListGroupsResponse.Builder in software.amazon.awssdk.services.synthetics.model
Methods in software.amazon.awssdk.services.synthetics.model that return ListGroupsResponse.Builder Modifier and Type Method Description static ListGroupsResponse.BuilderListGroupsResponse. builder()ListGroupsResponse.BuilderListGroupsResponse.Builder. groups(Collection<GroupSummary> groups)An array of structures that each contain information about one group.ListGroupsResponse.BuilderListGroupsResponse.Builder. groups(Consumer<GroupSummary.Builder>... groups)An array of structures that each contain information about one group.ListGroupsResponse.BuilderListGroupsResponse.Builder. groups(GroupSummary... groups)An array of structures that each contain information about one group.ListGroupsResponse.BuilderListGroupsResponse.Builder. nextToken(String nextToken)A token that indicates that there is more data available.ListGroupsResponse.BuilderListGroupsResponse. toBuilder()Methods in software.amazon.awssdk.services.synthetics.model that return types with arguments of type ListGroupsResponse.Builder Modifier and Type Method Description static Class<? extends ListGroupsResponse.Builder>ListGroupsResponse. serializableBuilderClass()
-