Uses of Interface
software.amazon.awssdk.services.ec2.model.ReservedCapacityOptions.Builder
Packages that use ReservedCapacityOptions.Builder
-
Uses of ReservedCapacityOptions.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ReservedCapacityOptions.BuilderModifier and TypeMethodDescriptionReservedCapacityOptions.Builder.allocationStrategy(String allocationStrategy) The strategy that determines the order in which EC2 Fleet launches instances across the reservation types that you specify.ReservedCapacityOptions.Builder.allocationStrategy(ReservedCapacityAllocationStrategy allocationStrategy) The strategy that determines the order in which EC2 Fleet launches instances across the reservation types that you specify.ReservedCapacityOptions.builder()ReservedCapacityOptions.Builder.reservationTypes(Collection<FleetReservationType> reservationTypes) The types of Capacity Reservations used for fulfilling the EC2 Fleet request.ReservedCapacityOptions.Builder.reservationTypes(FleetReservationType... reservationTypes) The types of Capacity Reservations used for fulfilling the EC2 Fleet request.ReservedCapacityOptions.Builder.reservationTypesWithStrings(String... reservationTypes) The types of Capacity Reservations used for fulfilling the EC2 Fleet request.ReservedCapacityOptions.Builder.reservationTypesWithStrings(Collection<String> reservationTypes) The types of Capacity Reservations used for fulfilling the EC2 Fleet request.default ReservedCapacityOptions.BuilderReservedCapacityOptions.Builder.reservedCapacityFallbackOptions(Consumer<ReservedCapacityFallbackOptions.Builder> reservedCapacityFallbackOptions) The fallback behavior for the EC2 Fleet when there is not enough reserved capacity available to meet the target capacity.ReservedCapacityOptions.Builder.reservedCapacityFallbackOptions(ReservedCapacityFallbackOptions reservedCapacityFallbackOptions) The fallback behavior for the EC2 Fleet when there is not enough reserved capacity available to meet the target capacity.ReservedCapacityOptions.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ReservedCapacityOptions.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ReservedCapacityOptions.Builder>ReservedCapacityOptions.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type ReservedCapacityOptions.BuilderModifier and TypeMethodDescriptiondefault FleetData.BuilderFleetData.Builder.reservedCapacityOptions(Consumer<ReservedCapacityOptions.Builder> reservedCapacityOptions) Defines EC2 Fleet preferences for utilizing reserved capacity when DefaultTargetCapacityType is set toreserved-capacity.