Uses of Class
software.amazon.awssdk.services.networkflowmonitor.model.ScopeStatus
-
Packages that use ScopeStatus Package Description software.amazon.awssdk.services.networkflowmonitor.model -
-
Uses of ScopeStatus in software.amazon.awssdk.services.networkflowmonitor.model
Methods in software.amazon.awssdk.services.networkflowmonitor.model that return ScopeStatus Modifier and Type Method Description static ScopeStatusScopeStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ScopeStatusCreateScopeResponse. status()The status for a call to create a scope.ScopeStatusGetScopeResponse. status()The status of a scope.ScopeStatusScopeSummary. status()The status of a scope.ScopeStatusUpdateScopeResponse. status()The status for a call to update a scope.static ScopeStatusScopeStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ScopeStatus[]ScopeStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.networkflowmonitor.model that return types with arguments of type ScopeStatus Modifier and Type Method Description static Set<ScopeStatus>ScopeStatus. knownValues()Methods in software.amazon.awssdk.services.networkflowmonitor.model with parameters of type ScopeStatus Modifier and Type Method Description CreateScopeResponse.BuilderCreateScopeResponse.Builder. status(ScopeStatus status)The status for a call to create a scope.GetScopeResponse.BuilderGetScopeResponse.Builder. status(ScopeStatus status)The status of a scope.ScopeSummary.BuilderScopeSummary.Builder. status(ScopeStatus status)The status of a scope.UpdateScopeResponse.BuilderUpdateScopeResponse.Builder. status(ScopeStatus status)The status for a call to update a scope.
-