| 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 CreateGroupResponse |
XRayClient.createGroup(Consumer<CreateGroupRequest.Builder> createGroupRequest)
Creates a group resource with a name and a filter expression.
|
default CompletableFuture<CreateGroupResponse> |
XRayAsyncClient.createGroup(Consumer<CreateGroupRequest.Builder> createGroupRequest)
Creates a group resource with a name and a filter expression.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateGroupRequest.Builder |
CreateGroupRequest.builder() |
CreateGroupRequest.Builder |
CreateGroupRequest.Builder.filterExpression(String filterExpression)
The filter expression defining criteria by which to group traces.
|
CreateGroupRequest.Builder |
CreateGroupRequest.Builder.groupName(String groupName)
The case-sensitive name of the new group.
|
default CreateGroupRequest.Builder |
CreateGroupRequest.Builder.insightsConfiguration(Consumer<InsightsConfiguration.Builder> insightsConfiguration)
The structure containing configurations related to insights.
|
CreateGroupRequest.Builder |
CreateGroupRequest.Builder.insightsConfiguration(InsightsConfiguration insightsConfiguration)
The structure containing configurations related to insights.
|
CreateGroupRequest.Builder |
CreateGroupRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateGroupRequest.Builder |
CreateGroupRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateGroupRequest.Builder |
CreateGroupRequest.Builder.tags(Collection<Tag> tags)
A map that contains one or more tag keys and tag values to attach to an X-Ray group.
|
CreateGroupRequest.Builder |
CreateGroupRequest.Builder.tags(Consumer<Tag.Builder>... tags)
A map that contains one or more tag keys and tag values to attach to an X-Ray group.
|
CreateGroupRequest.Builder |
CreateGroupRequest.Builder.tags(Tag... tags)
A map that contains one or more tag keys and tag values to attach to an X-Ray group.
|
CreateGroupRequest.Builder |
CreateGroupRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateGroupRequest.Builder> |
CreateGroupRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.