Uses of Interface
software.amazon.awssdk.services.ec2.model.CapacityReservationCommitmentInfo.Builder
-
Packages that use CapacityReservationCommitmentInfo.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of CapacityReservationCommitmentInfo.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CapacityReservationCommitmentInfo.Builder Modifier and Type Method Description static CapacityReservationCommitmentInfo.BuilderCapacityReservationCommitmentInfo. builder()CapacityReservationCommitmentInfo.BuilderCapacityReservationCommitmentInfo.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.BuilderCapacityReservationCommitmentInfo.Builder. committedInstanceCount(Integer committedInstanceCount)The instance capacity that you committed to when you requested the future-dated Capacity Reservation.CapacityReservationCommitmentInfo.BuilderCapacityReservationCommitmentInfo. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CapacityReservationCommitmentInfo.Builder Modifier and Type Method Description static Class<? extends CapacityReservationCommitmentInfo.Builder>CapacityReservationCommitmentInfo. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type CapacityReservationCommitmentInfo.Builder Modifier and Type Method Description default CapacityReservation.BuilderCapacityReservation.Builder. commitmentInfo(Consumer<CapacityReservationCommitmentInfo.Builder> commitmentInfo)Information about your commitment for a future-dated Capacity Reservation.
-