Package | Description |
---|---|
com.amazonaws.services.applicationdiscovery.model |
Modifier and Type | Method and Description |
---|---|
static ConfigurationItemType |
ConfigurationItemType.fromValue(String value)
Use this in place of valueOf.
|
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 |
---|---|
void |
ListConfigurationsRequest.setConfigurationType(ConfigurationItemType configurationType)
A valid configuration identified by the Discovery Service.
|
void |
ConfigurationTag.setConfigurationType(ConfigurationItemType configurationType)
A type of IT asset that you want to tag.
|
ListConfigurationsRequest |
ListConfigurationsRequest.withConfigurationType(ConfigurationItemType configurationType)
A valid configuration identified by the Discovery Service.
|
ConfigurationTag |
ConfigurationTag.withConfigurationType(ConfigurationItemType configurationType)
A type of IT asset that you want to tag.
|
Copyright © 2018. All rights reserved.