Uses of Interface
software.amazon.awssdk.services.applicationinsights.model.ListComponentsRequest.Builder
-
Packages that use ListComponentsRequest.Builder Package Description software.amazon.awssdk.services.applicationinsights Amazon CloudWatch Application Insights software.amazon.awssdk.services.applicationinsights.model -
-
Uses of ListComponentsRequest.Builder in software.amazon.awssdk.services.applicationinsights
-
Uses of ListComponentsRequest.Builder in software.amazon.awssdk.services.applicationinsights.model
Methods in software.amazon.awssdk.services.applicationinsights.model that return ListComponentsRequest.Builder Modifier and Type Method Description ListComponentsRequest.BuilderListComponentsRequest.Builder. accountId(String accountId)The AWS account ID for the resource group owner.static ListComponentsRequest.BuilderListComponentsRequest. builder()ListComponentsRequest.BuilderListComponentsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return in a single call.ListComponentsRequest.BuilderListComponentsRequest.Builder. nextToken(String nextToken)The token to request the next page of results.ListComponentsRequest.BuilderListComponentsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListComponentsRequest.BuilderListComponentsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListComponentsRequest.BuilderListComponentsRequest.Builder. resourceGroupName(String resourceGroupName)The name of the resource group.ListComponentsRequest.BuilderListComponentsRequest. toBuilder()Methods in software.amazon.awssdk.services.applicationinsights.model that return types with arguments of type ListComponentsRequest.Builder Modifier and Type Method Description static Class<? extends ListComponentsRequest.Builder>ListComponentsRequest. serializableBuilderClass()
-