Uses of Class
software.amazon.awssdk.services.xray.model.CreateGroupResponse
-
Packages that use CreateGroupResponse 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 CreateGroupResponse in software.amazon.awssdk.services.xray
Methods in software.amazon.awssdk.services.xray that return CreateGroupResponse Modifier and Type Method Description default CreateGroupResponseXRayClient. createGroup(Consumer<CreateGroupRequest.Builder> createGroupRequest)Creates a group resource with a name and a filter expression.default CreateGroupResponseXRayClient. createGroup(CreateGroupRequest createGroupRequest)Creates a group resource with a name and a filter expression.Methods in software.amazon.awssdk.services.xray that return types with arguments of type CreateGroupResponse Modifier and Type Method Description default CompletableFuture<CreateGroupResponse>XRayAsyncClient. createGroup(Consumer<CreateGroupRequest.Builder> createGroupRequest)Creates a group resource with a name and a filter expression.default CompletableFuture<CreateGroupResponse>XRayAsyncClient. createGroup(CreateGroupRequest createGroupRequest)Creates a group resource with a name and a filter expression.
-