| Package | Description |
|---|---|
| software.amazon.awssdk.services.wellarchitected.model |
| Modifier and Type | Method and Description |
|---|---|
static DefinitionType |
DefinitionType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static DefinitionType |
DefinitionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DefinitionType[] |
DefinitionType.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<DefinitionType> |
DefinitionType.knownValues()
|
List<DefinitionType> |
WorkloadDiscoveryConfig.workloadResourceDefinition()
The mode to use for identifying resources associated with the workload.
|
| Modifier and Type | Method and Description |
|---|---|
WorkloadDiscoveryConfig.Builder |
WorkloadDiscoveryConfig.Builder.workloadResourceDefinition(DefinitionType... workloadResourceDefinition)
The mode to use for identifying resources associated with the workload.
|
| Modifier and Type | Method and Description |
|---|---|
WorkloadDiscoveryConfig.Builder |
WorkloadDiscoveryConfig.Builder.workloadResourceDefinition(Collection<DefinitionType> workloadResourceDefinition)
The mode to use for identifying resources associated with the workload.
|
Copyright © 2023. All rights reserved.