| 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.model |
| Modifier and Type | Method and Description |
|---|---|
default UpdateGroupResponse |
XRayClient.updateGroup(Consumer<UpdateGroupRequest.Builder> updateGroupRequest)
Updates a group resource.
|
default CompletableFuture<UpdateGroupResponse> |
XRayAsyncClient.updateGroup(Consumer<UpdateGroupRequest.Builder> updateGroupRequest)
Updates a group resource.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateGroupRequest.Builder |
UpdateGroupRequest.builder() |
UpdateGroupRequest.Builder |
UpdateGroupRequest.Builder.filterExpression(String filterExpression)
The updated filter expression defining criteria by which to group traces.
|
UpdateGroupRequest.Builder |
UpdateGroupRequest.Builder.groupARN(String groupARN)
The ARN that was generated upon creation.
|
UpdateGroupRequest.Builder |
UpdateGroupRequest.Builder.groupName(String groupName)
The case-sensitive name of the group.
|
default UpdateGroupRequest.Builder |
UpdateGroupRequest.Builder.insightsConfiguration(Consumer<InsightsConfiguration.Builder> insightsConfiguration)
The structure containing configurations related to insights.
|
UpdateGroupRequest.Builder |
UpdateGroupRequest.Builder.insightsConfiguration(InsightsConfiguration insightsConfiguration)
The structure containing configurations related to insights.
|
UpdateGroupRequest.Builder |
UpdateGroupRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateGroupRequest.Builder |
UpdateGroupRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateGroupRequest.Builder |
UpdateGroupRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateGroupRequest.Builder> |
UpdateGroupRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.