Uses of Interface
software.amazon.awssdk.services.applicationinsights.model.ListLogPatternSetsRequest.Builder
-
Packages that use ListLogPatternSetsRequest.Builder Package Description software.amazon.awssdk.services.applicationinsights Amazon CloudWatch Application Insights software.amazon.awssdk.services.applicationinsights.model -
-
Uses of ListLogPatternSetsRequest.Builder in software.amazon.awssdk.services.applicationinsights
Method parameters in software.amazon.awssdk.services.applicationinsights with type arguments of type ListLogPatternSetsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListLogPatternSetsResponse>ApplicationInsightsAsyncClient. listLogPatternSets(Consumer<ListLogPatternSetsRequest.Builder> listLogPatternSetsRequest)Lists the log pattern sets in the specific application.default ListLogPatternSetsResponseApplicationInsightsClient. listLogPatternSets(Consumer<ListLogPatternSetsRequest.Builder> listLogPatternSetsRequest)Lists the log pattern sets in the specific application.default ListLogPatternSetsPublisherApplicationInsightsAsyncClient. listLogPatternSetsPaginator(Consumer<ListLogPatternSetsRequest.Builder> listLogPatternSetsRequest)default ListLogPatternSetsIterableApplicationInsightsClient. listLogPatternSetsPaginator(Consumer<ListLogPatternSetsRequest.Builder> listLogPatternSetsRequest) -
Uses of ListLogPatternSetsRequest.Builder in software.amazon.awssdk.services.applicationinsights.model
Methods in software.amazon.awssdk.services.applicationinsights.model that return ListLogPatternSetsRequest.Builder Modifier and Type Method Description ListLogPatternSetsRequest.BuilderListLogPatternSetsRequest.Builder. accountId(String accountId)The AWS account ID for the resource group owner.static ListLogPatternSetsRequest.BuilderListLogPatternSetsRequest. builder()ListLogPatternSetsRequest.BuilderListLogPatternSetsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return in a single call.ListLogPatternSetsRequest.BuilderListLogPatternSetsRequest.Builder. nextToken(String nextToken)The token to request the next page of results.ListLogPatternSetsRequest.BuilderListLogPatternSetsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListLogPatternSetsRequest.BuilderListLogPatternSetsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListLogPatternSetsRequest.BuilderListLogPatternSetsRequest.Builder. resourceGroupName(String resourceGroupName)The name of the resource group.ListLogPatternSetsRequest.BuilderListLogPatternSetsRequest. toBuilder()Methods in software.amazon.awssdk.services.applicationinsights.model that return types with arguments of type ListLogPatternSetsRequest.Builder Modifier and Type Method Description static Class<? extends ListLogPatternSetsRequest.Builder>ListLogPatternSetsRequest. serializableBuilderClass()
-