Uses of Interface
software.amazon.awssdk.services.applicationinsights.model.DescribeComponentRequest.Builder
-
Packages that use DescribeComponentRequest.Builder Package Description software.amazon.awssdk.services.applicationinsights Amazon CloudWatch Application Insights software.amazon.awssdk.services.applicationinsights.model -
-
Uses of DescribeComponentRequest.Builder in software.amazon.awssdk.services.applicationinsights
Method parameters in software.amazon.awssdk.services.applicationinsights with type arguments of type DescribeComponentRequest.Builder Modifier and Type Method Description default CompletableFuture<DescribeComponentResponse>ApplicationInsightsAsyncClient. describeComponent(Consumer<DescribeComponentRequest.Builder> describeComponentRequest)Describes a component and lists the resources that are grouped together in a component.default DescribeComponentResponseApplicationInsightsClient. describeComponent(Consumer<DescribeComponentRequest.Builder> describeComponentRequest)Describes a component and lists the resources that are grouped together in a component. -
Uses of DescribeComponentRequest.Builder in software.amazon.awssdk.services.applicationinsights.model
Methods in software.amazon.awssdk.services.applicationinsights.model that return DescribeComponentRequest.Builder Modifier and Type Method Description DescribeComponentRequest.BuilderDescribeComponentRequest.Builder. accountId(String accountId)The AWS account ID for the resource group owner.static DescribeComponentRequest.BuilderDescribeComponentRequest. builder()DescribeComponentRequest.BuilderDescribeComponentRequest.Builder. componentName(String componentName)The name of the component.DescribeComponentRequest.BuilderDescribeComponentRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeComponentRequest.BuilderDescribeComponentRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeComponentRequest.BuilderDescribeComponentRequest.Builder. resourceGroupName(String resourceGroupName)The name of the resource group.DescribeComponentRequest.BuilderDescribeComponentRequest. toBuilder()Methods in software.amazon.awssdk.services.applicationinsights.model that return types with arguments of type DescribeComponentRequest.Builder Modifier and Type Method Description static Class<? extends DescribeComponentRequest.Builder>DescribeComponentRequest. serializableBuilderClass()
-