Uses of Interface
software.amazon.awssdk.services.ec2.model.CapacityReservationInfo.Builder
Packages that use CapacityReservationInfo.Builder
-
Uses of CapacityReservationInfo.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CapacityReservationInfo.BuilderModifier and TypeMethodDescriptionCapacityReservationInfo.Builder.availabilityZone(String availabilityZone) The Availability Zone for the Capacity Reservation.CapacityReservationInfo.Builder.availabilityZoneId(String availabilityZoneId) The ID of the Availability Zone.CapacityReservationInfo.builder()CapacityReservationInfo.Builder.instanceType(String instanceType) The instance type for the Capacity Reservation.The tenancy of the Capacity Reservation.CapacityReservationInfo.Builder.tenancy(CapacityReservationTenancy tenancy) The tenancy of the Capacity Reservation.CapacityReservationInfo.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CapacityReservationInfo.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CapacityReservationInfo.Builder>CapacityReservationInfo.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type CapacityReservationInfo.BuilderModifier and TypeMethodDescriptionCapacityReservationBillingRequest.Builder.capacityReservationInfo(Consumer<CapacityReservationInfo.Builder> capacityReservationInfo) Information about the Capacity Reservation.