Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
CapacityReservation |
CapacityReservation.clone() |
CapacityReservation |
CreateCapacityReservationResult.getCapacityReservation()
Information about the Capacity Reservation.
|
CapacityReservation |
CapacityReservation.withAvailabilityZone(String availabilityZone)
The Availability Zone in which the capacity is reserved.
|
CapacityReservation |
CapacityReservation.withAvailabilityZoneId(String availabilityZoneId)
The Availability Zone ID of the Capacity Reservation.
|
CapacityReservation |
CapacityReservation.withAvailableInstanceCount(Integer availableInstanceCount)
The remaining capacity.
|
CapacityReservation |
CapacityReservation.withCapacityAllocations(CapacityAllocation... capacityAllocations)
Information about instance capacity usage.
|
CapacityReservation |
CapacityReservation.withCapacityAllocations(Collection<CapacityAllocation> capacityAllocations)
Information about instance capacity usage.
|
CapacityReservation |
CapacityReservation.withCapacityReservationArn(String capacityReservationArn)
The Amazon Resource Name (ARN) of the Capacity Reservation.
|
CapacityReservation |
CapacityReservation.withCapacityReservationFleetId(String capacityReservationFleetId)
The ID of the Capacity Reservation Fleet to which the Capacity Reservation belongs.
|
CapacityReservation |
CapacityReservation.withCapacityReservationId(String capacityReservationId)
The ID of the Capacity Reservation.
|
CapacityReservation |
CapacityReservation.withCreateDate(Date createDate)
The date and time at which the Capacity Reservation was created.
|
CapacityReservation |
CapacityReservation.withEbsOptimized(Boolean ebsOptimized)
Indicates whether the Capacity Reservation supports EBS-optimized instances.
|
CapacityReservation |
CapacityReservation.withEndDate(Date endDate)
The date and time at which the Capacity Reservation expires.
|
CapacityReservation |
CapacityReservation.withEndDateType(EndDateType endDateType)
Indicates the way in which the Capacity Reservation ends.
|
CapacityReservation |
CapacityReservation.withEndDateType(String endDateType)
Indicates the way in which the Capacity Reservation ends.
|
CapacityReservation |
CapacityReservation.withEphemeralStorage(Boolean ephemeralStorage)
Deprecated.
|
CapacityReservation |
CapacityReservation.withInstanceMatchCriteria(InstanceMatchCriteria instanceMatchCriteria)
Indicates the type of instance launches that the Capacity Reservation accepts.
|
CapacityReservation |
CapacityReservation.withInstanceMatchCriteria(String instanceMatchCriteria)
Indicates the type of instance launches that the Capacity Reservation accepts.
|
CapacityReservation |
CapacityReservation.withInstancePlatform(CapacityReservationInstancePlatform instancePlatform)
The type of operating system for which the Capacity Reservation reserves capacity.
|
CapacityReservation |
CapacityReservation.withInstancePlatform(String instancePlatform)
The type of operating system for which the Capacity Reservation reserves capacity.
|
CapacityReservation |
CapacityReservation.withInstanceType(String instanceType)
The type of instance for which the Capacity Reservation reserves capacity.
|
CapacityReservation |
CapacityReservation.withOutpostArn(String outpostArn)
The Amazon Resource Name (ARN) of the Outpost on which the Capacity Reservation was created.
|
CapacityReservation |
CapacityReservation.withOwnerId(String ownerId)
The ID of the Amazon Web Services account that owns the Capacity Reservation.
|
CapacityReservation |
CapacityReservation.withPlacementGroupArn(String placementGroupArn)
The Amazon Resource Name (ARN) of the cluster placement group in which the Capacity Reservation was created.
|
CapacityReservation |
CapacityReservation.withStartDate(Date startDate)
The date and time at which the Capacity Reservation was started.
|
CapacityReservation |
CapacityReservation.withState(CapacityReservationState state)
The current state of the Capacity Reservation.
|
CapacityReservation |
CapacityReservation.withState(String state)
The current state of the Capacity Reservation.
|
CapacityReservation |
CapacityReservation.withTags(Collection<Tag> tags)
Any tags assigned to the Capacity Reservation.
|
CapacityReservation |
CapacityReservation.withTags(Tag... tags)
Any tags assigned to the Capacity Reservation.
|
CapacityReservation |
CapacityReservation.withTenancy(CapacityReservationTenancy tenancy)
Indicates the tenancy of the Capacity Reservation.
|
CapacityReservation |
CapacityReservation.withTenancy(String tenancy)
Indicates the tenancy of the Capacity Reservation.
|
CapacityReservation |
CapacityReservation.withTotalInstanceCount(Integer totalInstanceCount)
The total number of instances for which the Capacity Reservation reserves capacity.
|
Modifier and Type | Method and Description |
---|---|
List<CapacityReservation> |
DescribeCapacityReservationsResult.getCapacityReservations()
Information about the Capacity Reservations.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateCapacityReservationResult.setCapacityReservation(CapacityReservation capacityReservation)
Information about the Capacity Reservation.
|
CreateCapacityReservationResult |
CreateCapacityReservationResult.withCapacityReservation(CapacityReservation capacityReservation)
Information about the Capacity Reservation.
|
DescribeCapacityReservationsResult |
DescribeCapacityReservationsResult.withCapacityReservations(CapacityReservation... capacityReservations)
Information about the Capacity Reservations.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeCapacityReservationsResult.setCapacityReservations(Collection<CapacityReservation> capacityReservations)
Information about the Capacity Reservations.
|
DescribeCapacityReservationsResult |
DescribeCapacityReservationsResult.withCapacityReservations(Collection<CapacityReservation> capacityReservations)
Information about the Capacity Reservations.
|
Copyright © 2022. All rights reserved.