Uses of Interface
software.amazon.awssdk.services.applicationinsights.model.ListLogPatternSetsResponse.Builder
-
Packages that use ListLogPatternSetsResponse.Builder Package Description software.amazon.awssdk.services.applicationinsights.model -
-
Uses of ListLogPatternSetsResponse.Builder in software.amazon.awssdk.services.applicationinsights.model
Methods in software.amazon.awssdk.services.applicationinsights.model that return ListLogPatternSetsResponse.Builder Modifier and Type Method Description ListLogPatternSetsResponse.BuilderListLogPatternSetsResponse.Builder. accountId(String accountId)The AWS account ID for the resource group owner.static ListLogPatternSetsResponse.BuilderListLogPatternSetsResponse. builder()ListLogPatternSetsResponse.BuilderListLogPatternSetsResponse.Builder. logPatternSets(String... logPatternSets)The list of log pattern sets.ListLogPatternSetsResponse.BuilderListLogPatternSetsResponse.Builder. logPatternSets(Collection<String> logPatternSets)The list of log pattern sets.ListLogPatternSetsResponse.BuilderListLogPatternSetsResponse.Builder. nextToken(String nextToken)The token used to retrieve the next page of results.ListLogPatternSetsResponse.BuilderListLogPatternSetsResponse.Builder. resourceGroupName(String resourceGroupName)The name of the resource group.ListLogPatternSetsResponse.BuilderListLogPatternSetsResponse. toBuilder()Methods in software.amazon.awssdk.services.applicationinsights.model that return types with arguments of type ListLogPatternSetsResponse.Builder Modifier and Type Method Description static Class<? extends ListLogPatternSetsResponse.Builder>ListLogPatternSetsResponse. serializableBuilderClass()
-