Uses of Class
software.amazon.awssdk.services.xray.model.GetGroupResponse
-
Packages that use GetGroupResponse 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 GetGroupResponse in software.amazon.awssdk.services.xray
Methods in software.amazon.awssdk.services.xray that return GetGroupResponse Modifier and Type Method Description default GetGroupResponseXRayClient. getGroup(Consumer<GetGroupRequest.Builder> getGroupRequest)Retrieves group resource details.default GetGroupResponseXRayClient. getGroup(GetGroupRequest getGroupRequest)Retrieves group resource details.Methods in software.amazon.awssdk.services.xray that return types with arguments of type GetGroupResponse Modifier and Type Method Description default CompletableFuture<GetGroupResponse>XRayAsyncClient. getGroup(Consumer<GetGroupRequest.Builder> getGroupRequest)Retrieves group resource details.default CompletableFuture<GetGroupResponse>XRayAsyncClient. getGroup(GetGroupRequest getGroupRequest)Retrieves group resource details.
-