Uses of Class
software.amazon.awssdk.services.xray.model.GetGroupsResponse
-
Packages that use GetGroupsResponse 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.software.amazon.awssdk.services.xray.paginators -
-
Uses of GetGroupsResponse in software.amazon.awssdk.services.xray
Methods in software.amazon.awssdk.services.xray that return GetGroupsResponse Modifier and Type Method Description default GetGroupsResponseXRayClient. getGroups()Retrieves all active group details.default GetGroupsResponseXRayClient. getGroups(Consumer<GetGroupsRequest.Builder> getGroupsRequest)Retrieves all active group details.default GetGroupsResponseXRayClient. getGroups(GetGroupsRequest getGroupsRequest)Retrieves all active group details.Methods in software.amazon.awssdk.services.xray that return types with arguments of type GetGroupsResponse Modifier and Type Method Description default CompletableFuture<GetGroupsResponse>XRayAsyncClient. getGroups()Retrieves all active group details.default CompletableFuture<GetGroupsResponse>XRayAsyncClient. getGroups(Consumer<GetGroupsRequest.Builder> getGroupsRequest)Retrieves all active group details.default CompletableFuture<GetGroupsResponse>XRayAsyncClient. getGroups(GetGroupsRequest getGroupsRequest)Retrieves all active group details. -
Uses of GetGroupsResponse in software.amazon.awssdk.services.xray.paginators
Methods in software.amazon.awssdk.services.xray.paginators that return types with arguments of type GetGroupsResponse Modifier and Type Method Description Iterator<GetGroupsResponse>GetGroupsIterable. iterator()Method parameters in software.amazon.awssdk.services.xray.paginators with type arguments of type GetGroupsResponse Modifier and Type Method Description voidGetGroupsPublisher. subscribe(org.reactivestreams.Subscriber<? super GetGroupsResponse> subscriber)
-