| Package | Description |
|---|---|
| software.amazon.awssdk.services.applicationdiscovery.model |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationItemType |
ListConfigurationsRequest.configurationType()
A valid configuration identified by Application Discovery Service.
|
ConfigurationItemType |
ConfigurationTag.configurationType()
A type of IT asset to tag.
|
static ConfigurationItemType |
ConfigurationItemType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static ConfigurationItemType |
ConfigurationItemType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigurationItemType[] |
ConfigurationItemType.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<ConfigurationItemType> |
ConfigurationItemType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ListConfigurationsRequest.Builder |
ListConfigurationsRequest.Builder.configurationType(ConfigurationItemType configurationType)
A valid configuration identified by Application Discovery Service.
|
ConfigurationTag.Builder |
ConfigurationTag.Builder.configurationType(ConfigurationItemType configurationType)
A type of IT asset to tag.
|
Copyright © 2021. All rights reserved.