Uses of Class
software.amazon.awssdk.services.networkflowmonitor.model.DestinationCategory
-
Packages that use DestinationCategory Package Description software.amazon.awssdk.services.networkflowmonitor.model -
-
Uses of DestinationCategory in software.amazon.awssdk.services.networkflowmonitor.model
Methods in software.amazon.awssdk.services.networkflowmonitor.model that return DestinationCategory Modifier and Type Method Description DestinationCategoryMonitorTopContributorsRow. destinationCategory()The destination category for a top contributors row.DestinationCategoryStartQueryMonitorTopContributorsRequest. destinationCategory()The category that you want to query top contributors for, for a specific monitor.DestinationCategoryStartQueryWorkloadInsightsTopContributorsDataRequest. destinationCategory()The destination category for a top contributors.DestinationCategoryStartQueryWorkloadInsightsTopContributorsRequest. destinationCategory()The destination category for a top contributors row.static DestinationCategoryDestinationCategory. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DestinationCategoryDestinationCategory. valueOf(String name)Returns the enum constant of this type with the specified name.static DestinationCategory[]DestinationCategory. 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 DestinationCategory Modifier and Type Method Description static Set<DestinationCategory>DestinationCategory. knownValues()Methods in software.amazon.awssdk.services.networkflowmonitor.model with parameters of type DestinationCategory Modifier and Type Method Description MonitorTopContributorsRow.BuilderMonitorTopContributorsRow.Builder. destinationCategory(DestinationCategory destinationCategory)The destination category for a top contributors row.StartQueryMonitorTopContributorsRequest.BuilderStartQueryMonitorTopContributorsRequest.Builder. destinationCategory(DestinationCategory destinationCategory)The category that you want to query top contributors for, for a specific monitor.StartQueryWorkloadInsightsTopContributorsDataRequest.BuilderStartQueryWorkloadInsightsTopContributorsDataRequest.Builder. destinationCategory(DestinationCategory destinationCategory)The destination category for a top contributors.StartQueryWorkloadInsightsTopContributorsRequest.BuilderStartQueryWorkloadInsightsTopContributorsRequest.Builder. destinationCategory(DestinationCategory destinationCategory)The destination category for a top contributors row.
-