Uses of Interface
software.amazon.awssdk.services.ec2.model.UpdateInterruptibleCapacityReservationAllocationRequest.Builder
-
Packages that use UpdateInterruptibleCapacityReservationAllocationRequest.Builder Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.model -
-
Uses of UpdateInterruptibleCapacityReservationAllocationRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type UpdateInterruptibleCapacityReservationAllocationRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateInterruptibleCapacityReservationAllocationResponse>Ec2AsyncClient. 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.default UpdateInterruptibleCapacityReservationAllocationResponseEc2Client. 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.Builder Modifier and Type Method Description static UpdateInterruptibleCapacityReservationAllocationRequest.BuilderUpdateInterruptibleCapacityReservationAllocationRequest. builder()UpdateInterruptibleCapacityReservationAllocationRequest.BuilderUpdateInterruptibleCapacityReservationAllocationRequest.Builder. capacityReservationId(String capacityReservationId)The ID of the source Capacity Reservation containing the interruptible allocation to modify.UpdateInterruptibleCapacityReservationAllocationRequest.BuilderUpdateInterruptibleCapacityReservationAllocationRequest.Builder. dryRun(Boolean dryRun)Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.UpdateInterruptibleCapacityReservationAllocationRequest.BuilderUpdateInterruptibleCapacityReservationAllocationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateInterruptibleCapacityReservationAllocationRequest.BuilderUpdateInterruptibleCapacityReservationAllocationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateInterruptibleCapacityReservationAllocationRequest.BuilderUpdateInterruptibleCapacityReservationAllocationRequest.Builder. targetInstanceCount(Integer targetInstanceCount)The new number of instances to allocate.UpdateInterruptibleCapacityReservationAllocationRequest.BuilderUpdateInterruptibleCapacityReservationAllocationRequest. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type UpdateInterruptibleCapacityReservationAllocationRequest.Builder Modifier and Type Method Description static Class<? extends UpdateInterruptibleCapacityReservationAllocationRequest.Builder>UpdateInterruptibleCapacityReservationAllocationRequest. serializableBuilderClass()
-