| Package | Description |
|---|---|
| software.amazon.awssdk.services.applicationinsights |
|
| software.amazon.awssdk.services.applicationinsights.model |
| Modifier and Type | Method and Description |
|---|---|
default DescribeComponentResponse |
ApplicationInsightsClient.describeComponent(Consumer<DescribeComponentRequest.Builder> describeComponentRequest)
Describes a component and lists the resources that are grouped together in a component.
|
default CompletableFuture<DescribeComponentResponse> |
ApplicationInsightsAsyncClient.describeComponent(Consumer<DescribeComponentRequest.Builder> describeComponentRequest)
Describes a component and lists the resources that are grouped together in a component.
|
| Modifier and Type | Method and Description |
|---|---|
static DescribeComponentRequest.Builder |
DescribeComponentRequest.builder() |
DescribeComponentRequest.Builder |
DescribeComponentRequest.Builder.componentName(String componentName)
The name of the component.
|
DescribeComponentRequest.Builder |
DescribeComponentRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeComponentRequest.Builder |
DescribeComponentRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeComponentRequest.Builder |
DescribeComponentRequest.Builder.resourceGroupName(String resourceGroupName)
The name of the resource group.
|
DescribeComponentRequest.Builder |
DescribeComponentRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeComponentRequest.Builder> |
DescribeComponentRequest.serializableBuilderClass() |
Copyright © 2020. All rights reserved.