| Package | Description |
|---|---|
| com.amazonaws.services.athena.model |
| Modifier and Type | Method and Description |
|---|---|
CapacityReservation |
CapacityReservation.clone() |
CapacityReservation |
GetCapacityReservationResult.getCapacityReservation()
The requested capacity reservation structure.
|
CapacityReservation |
CapacityReservation.withAllocatedDpus(Integer allocatedDpus)
The number of data processing units currently allocated.
|
CapacityReservation |
CapacityReservation.withCreationTime(Date creationTime)
The time in UTC epoch millis when the capacity reservation was created.
|
CapacityReservation |
CapacityReservation.withLastAllocation(CapacityAllocation lastAllocation) |
CapacityReservation |
CapacityReservation.withLastSuccessfulAllocationTime(Date lastSuccessfulAllocationTime)
The time of the most recent capacity allocation that succeeded.
|
CapacityReservation |
CapacityReservation.withName(String name)
The name of the capacity reservation.
|
CapacityReservation |
CapacityReservation.withStatus(CapacityReservationStatus status)
The status of the capacity reservation.
|
CapacityReservation |
CapacityReservation.withStatus(String status)
The status of the capacity reservation.
|
CapacityReservation |
CapacityReservation.withTargetDpus(Integer targetDpus)
The number of data processing units requested.
|
| Modifier and Type | Method and Description |
|---|---|
List<CapacityReservation> |
ListCapacityReservationsResult.getCapacityReservations()
The capacity reservations for the current account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetCapacityReservationResult.setCapacityReservation(CapacityReservation capacityReservation)
The requested capacity reservation structure.
|
GetCapacityReservationResult |
GetCapacityReservationResult.withCapacityReservation(CapacityReservation capacityReservation)
The requested capacity reservation structure.
|
ListCapacityReservationsResult |
ListCapacityReservationsResult.withCapacityReservations(CapacityReservation... capacityReservations)
The capacity reservations for the current account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListCapacityReservationsResult.setCapacityReservations(Collection<CapacityReservation> capacityReservations)
The capacity reservations for the current account.
|
ListCapacityReservationsResult |
ListCapacityReservationsResult.withCapacityReservations(Collection<CapacityReservation> capacityReservations)
The capacity reservations for the current account.
|
Copyright © 2023. All rights reserved.