Uses of Enum
software.amazon.awssdk.services.eventbridge.model.PlacementStrategyType
Packages that use PlacementStrategyType
-
Uses of PlacementStrategyType in software.amazon.awssdk.services.eventbridge.model
Methods in software.amazon.awssdk.services.eventbridge.model that return PlacementStrategyTypeModifier and TypeMethodDescriptionstatic PlacementStrategyTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final PlacementStrategyTypePlacementStrategy.type()The type of placement strategy.static PlacementStrategyTypeReturns 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 PlacementStrategyTypeModifier and TypeMethodDescriptionstatic Set<PlacementStrategyType>PlacementStrategyType.knownValues()Methods in software.amazon.awssdk.services.eventbridge.model with parameters of type PlacementStrategyTypeModifier and TypeMethodDescriptionPlacementStrategy.Builder.type(PlacementStrategyType type) The type of placement strategy.