Uses of Interface
software.amazon.awssdk.services.ec2.model.UpdateInterruptibleCapacityReservationAllocationRequest.Builder
Packages that use UpdateInterruptibleCapacityReservationAllocationRequest.Builder
Package
Description
-
Uses of UpdateInterruptibleCapacityReservationAllocationRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type UpdateInterruptibleCapacityReservationAllocationRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.updateInterruptibleCapacityReservationAllocation(Consumer<UpdateInterruptibleCapacityReservationAllocationRequest.Builder> updateInterruptibleCapacityReservationAllocationRequest) Modifies the number of instances allocated to an interruptible reservation, allowing you to add more capacity or reclaim capacity to your source Capacity Reservation.Ec2Client.updateInterruptibleCapacityReservationAllocation(Consumer<UpdateInterruptibleCapacityReservationAllocationRequest.Builder> updateInterruptibleCapacityReservationAllocationRequest) Modifies the number of instances allocated to an interruptible reservation, allowing you to add more capacity or reclaim capacity to your source Capacity Reservation. -
Uses of UpdateInterruptibleCapacityReservationAllocationRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return UpdateInterruptibleCapacityReservationAllocationRequest.BuilderModifier and TypeMethodDescriptionUpdateInterruptibleCapacityReservationAllocationRequest.builder()UpdateInterruptibleCapacityReservationAllocationRequest.Builder.capacityReservationId(String capacityReservationId) The ID of the source Capacity Reservation containing the interruptible allocation to modify.Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.UpdateInterruptibleCapacityReservationAllocationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) UpdateInterruptibleCapacityReservationAllocationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) UpdateInterruptibleCapacityReservationAllocationRequest.Builder.targetInstanceCount(Integer targetInstanceCount) The new number of instances to allocate.UpdateInterruptibleCapacityReservationAllocationRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type UpdateInterruptibleCapacityReservationAllocationRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UpdateInterruptibleCapacityReservationAllocationRequest.Builder>UpdateInterruptibleCapacityReservationAllocationRequest.serializableBuilderClass()