Uses of Class
software.amazon.awssdk.services.xray.model.UpdateGroupResponse
-
Packages that use UpdateGroupResponse 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 UpdateGroupResponse in software.amazon.awssdk.services.xray
Methods in software.amazon.awssdk.services.xray that return UpdateGroupResponse Modifier and Type Method Description default UpdateGroupResponseXRayClient. updateGroup(Consumer<UpdateGroupRequest.Builder> updateGroupRequest)Updates a group resource.default UpdateGroupResponseXRayClient. updateGroup(UpdateGroupRequest updateGroupRequest)Updates a group resource.Methods in software.amazon.awssdk.services.xray that return types with arguments of type UpdateGroupResponse Modifier and Type Method Description default CompletableFuture<UpdateGroupResponse>XRayAsyncClient. updateGroup(Consumer<UpdateGroupRequest.Builder> updateGroupRequest)Updates a group resource.default CompletableFuture<UpdateGroupResponse>XRayAsyncClient. updateGroup(UpdateGroupRequest updateGroupRequest)Updates a group resource.
-