Uses of Class
software.amazon.awssdk.services.networkflowmonitor.model.QueryStatus
-
Packages that use QueryStatus Package Description software.amazon.awssdk.services.networkflowmonitor.model -
-
Uses of QueryStatus in software.amazon.awssdk.services.networkflowmonitor.model
Methods in software.amazon.awssdk.services.networkflowmonitor.model that return QueryStatus Modifier and Type Method Description static QueryStatusQueryStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.QueryStatusGetQueryStatusMonitorTopContributorsResponse. status()When you run a query, use this call to check the status of the query to make sure that the query hasSUCCEEDEDbefore you review the results.QueryStatusGetQueryStatusWorkloadInsightsTopContributorsDataResponse. status()The status of a query for top contributors data.QueryStatusGetQueryStatusWorkloadInsightsTopContributorsResponse. status()When you run a query, use this call to check the status of the query to make sure that the query hasSUCCEEDEDbefore you review the results.static QueryStatusQueryStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static QueryStatus[]QueryStatus. 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 QueryStatus Modifier and Type Method Description static Set<QueryStatus>QueryStatus. knownValues()Methods in software.amazon.awssdk.services.networkflowmonitor.model with parameters of type QueryStatus Modifier and Type Method Description GetQueryStatusMonitorTopContributorsResponse.BuilderGetQueryStatusMonitorTopContributorsResponse.Builder. status(QueryStatus status)When you run a query, use this call to check the status of the query to make sure that the query hasSUCCEEDEDbefore you review the results.GetQueryStatusWorkloadInsightsTopContributorsDataResponse.BuilderGetQueryStatusWorkloadInsightsTopContributorsDataResponse.Builder. status(QueryStatus status)The status of a query for top contributors data.GetQueryStatusWorkloadInsightsTopContributorsResponse.BuilderGetQueryStatusWorkloadInsightsTopContributorsResponse.Builder. status(QueryStatus status)When you run a query, use this call to check the status of the query to make sure that the query hasSUCCEEDEDbefore you review the results.
-