Uses of Class
software.amazon.awssdk.services.xray.model.GetGroupsRequest
-
Packages that use GetGroupsRequest 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 software.amazon.awssdk.services.xray.transform -
-
Uses of GetGroupsRequest in software.amazon.awssdk.services.xray
Methods in software.amazon.awssdk.services.xray with parameters of type GetGroupsRequest Modifier and Type Method Description default CompletableFuture<GetGroupsResponse>XRayAsyncClient. getGroups(GetGroupsRequest getGroupsRequest)Retrieves all active group details.default GetGroupsResponseXRayClient. getGroups(GetGroupsRequest getGroupsRequest)Retrieves all active group details.default GetGroupsPublisherXRayAsyncClient. getGroupsPaginator(GetGroupsRequest getGroupsRequest)This is a variant ofXRayAsyncClient.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. -
Uses of GetGroupsRequest in software.amazon.awssdk.services.xray.paginators
Constructors in software.amazon.awssdk.services.xray.paginators with parameters of type GetGroupsRequest Constructor Description GetGroupsIterable(XRayClient client, GetGroupsRequest firstRequest)GetGroupsPublisher(XRayAsyncClient client, GetGroupsRequest firstRequest) -
Uses of GetGroupsRequest in software.amazon.awssdk.services.xray.transform
Methods in software.amazon.awssdk.services.xray.transform with parameters of type GetGroupsRequest Modifier and Type Method Description SdkHttpFullRequestGetGroupsRequestMarshaller. marshall(GetGroupsRequest getGroupsRequest)
-