| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
AnalysisStatus |
GetNetworkInsightsAccessScopeAnalysisFindingsResponse.analysisStatus()
The status of Network Access Scope Analysis.
|
static AnalysisStatus |
AnalysisStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
AnalysisStatus |
NetworkInsightsAccessScopeAnalysis.status()
The status.
|
AnalysisStatus |
NetworkInsightsAnalysis.status()
The status of the network insights analysis.
|
static AnalysisStatus |
AnalysisStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnalysisStatus[] |
AnalysisStatus.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<AnalysisStatus> |
AnalysisStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetNetworkInsightsAccessScopeAnalysisFindingsResponse.Builder |
GetNetworkInsightsAccessScopeAnalysisFindingsResponse.Builder.analysisStatus(AnalysisStatus analysisStatus)
The status of Network Access Scope Analysis.
|
NetworkInsightsAccessScopeAnalysis.Builder |
NetworkInsightsAccessScopeAnalysis.Builder.status(AnalysisStatus status)
The status.
|
NetworkInsightsAnalysis.Builder |
NetworkInsightsAnalysis.Builder.status(AnalysisStatus status)
The status of the network insights analysis.
|
Copyright © 2022. All rights reserved.