Uses of Interface
software.amazon.awssdk.services.xray.model.GetGroupsResponse.Builder
-
Packages that use GetGroupsResponse.Builder Package Description software.amazon.awssdk.services.xray.model -
-
Uses of GetGroupsResponse.Builder in software.amazon.awssdk.services.xray.model
Methods in software.amazon.awssdk.services.xray.model that return GetGroupsResponse.Builder Modifier and Type Method Description static GetGroupsResponse.BuilderGetGroupsResponse. builder()GetGroupsResponse.BuilderGetGroupsResponse.Builder. groups(Collection<GroupSummary> groups)The collection of all active groups.GetGroupsResponse.BuilderGetGroupsResponse.Builder. groups(Consumer<GroupSummary.Builder>... groups)The collection of all active groups.GetGroupsResponse.BuilderGetGroupsResponse.Builder. groups(GroupSummary... groups)The collection of all active groups.GetGroupsResponse.BuilderGetGroupsResponse.Builder. nextToken(String nextToken)Pagination token.GetGroupsResponse.BuilderGetGroupsResponse. toBuilder()Methods in software.amazon.awssdk.services.xray.model that return types with arguments of type GetGroupsResponse.Builder Modifier and Type Method Description static Class<? extends GetGroupsResponse.Builder>GetGroupsResponse. serializableBuilderClass()
-