| Package | Description |
|---|---|
| software.amazon.awssdk.services.migrationhubstrategy.model |
| Modifier and Type | Method and Description |
|---|---|
static SourceCodeAnalyzerName |
SourceCodeAnalyzerName.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
SourceCodeAnalyzerName |
AnalyzerNameUnion.sourceCodeAnalyzerName()
The source code analyzer names.
|
static SourceCodeAnalyzerName |
SourceCodeAnalyzerName.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SourceCodeAnalyzerName[] |
SourceCodeAnalyzerName.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<SourceCodeAnalyzerName> |
SourceCodeAnalyzerName.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
static AnalyzerNameUnion |
AnalyzerNameUnion.fromSourceCodeAnalyzerName(SourceCodeAnalyzerName sourceCodeAnalyzerName)
Create an instance of this class with
AnalyzerNameUnion.sourceCodeAnalyzerNameAsString() initialized to the given value. |
AnalyzerNameUnion.Builder |
AnalyzerNameUnion.Builder.sourceCodeAnalyzerName(SourceCodeAnalyzerName sourceCodeAnalyzerName)
The source code analyzer names.
|
Copyright © 2023. All rights reserved.