Uses of Class
software.amazon.awssdk.services.xray.paginators.GetGroupsIterable
-
Packages that use GetGroupsIterable Package Description software.amazon.awssdk.services.xray Amazon Web Services X-Ray provides APIs for managing debug traces and retrieving service maps and other data created by processing those traces. -
-
Uses of GetGroupsIterable in software.amazon.awssdk.services.xray
Methods in software.amazon.awssdk.services.xray that return GetGroupsIterable Modifier and Type Method Description default GetGroupsIterableXRayClient. getGroupsPaginator()This is a variant ofXRayClient.getGroups(software.amazon.awssdk.services.xray.model.GetGroupsRequest)operation.default GetGroupsIterableXRayClient. getGroupsPaginator(Consumer<GetGroupsRequest.Builder> getGroupsRequest)This is a variant ofXRayClient.getGroups(software.amazon.awssdk.services.xray.model.GetGroupsRequest)operation.default GetGroupsIterableXRayClient. getGroupsPaginator(GetGroupsRequest getGroupsRequest)This is a variant ofXRayClient.getGroups(software.amazon.awssdk.services.xray.model.GetGroupsRequest)operation.
-