| Package | Description |
|---|---|
| software.amazon.awssdk.services.applicationinsights.model |
| Modifier and Type | Method and Description |
|---|---|
static GroupingType |
GroupingType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
GroupingType |
CreateApplicationRequest.groupingType()
Application Insights can create applications based on a resource group or on an account.
|
static GroupingType |
GroupingType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GroupingType[] |
GroupingType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<GroupingType> |
GroupingType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.groupingType(GroupingType groupingType)
Application Insights can create applications based on a resource group or on an account.
|
Copyright © 2023. All rights reserved.