Uses of Interface
software.amazon.awssdk.services.ec2.model.ReservedCapacityFallbackOptionsRequest.Builder
Packages that use ReservedCapacityFallbackOptionsRequest.Builder
-
Uses of ReservedCapacityFallbackOptionsRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ReservedCapacityFallbackOptionsRequest.BuilderModifier and TypeMethodDescriptionReservedCapacityFallbackOptionsRequest.builder()ReservedCapacityFallbackOptionsRequest.Builder.marketTypes(Collection<ReservedCapacityFallbackMarketType> marketTypes) The instance purchasing options to fall back to when the reserved capacity is not enough to meet the target capacity.ReservedCapacityFallbackOptionsRequest.Builder.marketTypes(ReservedCapacityFallbackMarketType... marketTypes) The instance purchasing options to fall back to when the reserved capacity is not enough to meet the target capacity.ReservedCapacityFallbackOptionsRequest.Builder.marketTypesWithStrings(String... marketTypes) The instance purchasing options to fall back to when the reserved capacity is not enough to meet the target capacity.ReservedCapacityFallbackOptionsRequest.Builder.marketTypesWithStrings(Collection<String> marketTypes) The instance purchasing options to fall back to when the reserved capacity is not enough to meet the target capacity.ReservedCapacityFallbackOptionsRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ReservedCapacityFallbackOptionsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ReservedCapacityFallbackOptionsRequest.Builder>ReservedCapacityFallbackOptionsRequest.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type ReservedCapacityFallbackOptionsRequest.BuilderModifier and TypeMethodDescriptionReservedCapacityOptionsRequest.Builder.reservedCapacityFallbackOptions(Consumer<ReservedCapacityFallbackOptionsRequest.Builder> reservedCapacityFallbackOptions) The fallback behavior for the EC2 Fleet when there is not enough reserved capacity available to meet the target capacity.