Uses of Class
software.amazon.awssdk.services.eventbridge.model.PlacementStrategyType
-
Packages that use PlacementStrategyType Package Description software.amazon.awssdk.services.eventbridge.model -
-
Uses of PlacementStrategyType in software.amazon.awssdk.services.eventbridge.model
Methods in software.amazon.awssdk.services.eventbridge.model that return PlacementStrategyType Modifier and Type Method Description static PlacementStrategyTypePlacementStrategyType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PlacementStrategyTypePlacementStrategy. type()The type of placement strategy.static PlacementStrategyTypePlacementStrategyType. valueOf(String name)Returns the enum constant of this type with the specified name.static PlacementStrategyType[]PlacementStrategyType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.eventbridge.model that return types with arguments of type PlacementStrategyType Modifier and Type Method Description static Set<PlacementStrategyType>PlacementStrategyType. knownValues()Methods in software.amazon.awssdk.services.eventbridge.model with parameters of type PlacementStrategyType Modifier and Type Method Description PlacementStrategy.BuilderPlacementStrategy.Builder. type(PlacementStrategyType type)The type of placement strategy.
-