Uses of Interface
software.amazon.awssdk.services.ec2.model.CapacityReservationCommitmentInfo.Builder
Packages that use CapacityReservationCommitmentInfo.Builder
-
Uses of CapacityReservationCommitmentInfo.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CapacityReservationCommitmentInfo.BuilderModifier and TypeMethodDescriptionCapacityReservationCommitmentInfo.builder()CapacityReservationCommitmentInfo.Builder.commitmentEndDate(Instant commitmentEndDate) The date and time at which the commitment duration expires, in the ISO8601 format in the UTC time zone (YYYY-MM-DDThh:mm:ss.sssZ).CapacityReservationCommitmentInfo.Builder.committedInstanceCount(Integer committedInstanceCount) The instance capacity that you committed to when you requested the future-dated Capacity Reservation.CapacityReservationCommitmentInfo.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CapacityReservationCommitmentInfo.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CapacityReservationCommitmentInfo.Builder>CapacityReservationCommitmentInfo.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type CapacityReservationCommitmentInfo.BuilderModifier and TypeMethodDescriptiondefault CapacityReservation.BuilderCapacityReservation.Builder.commitmentInfo(Consumer<CapacityReservationCommitmentInfo.Builder> commitmentInfo) Information about your commitment for a future-dated Capacity Reservation.