Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
CapacityReservationGroup |
CapacityReservationGroup.clone() |
CapacityReservationGroup |
CapacityReservationGroup.withGroupArn(String groupArn)
The ARN of the resource group.
|
CapacityReservationGroup |
CapacityReservationGroup.withOwnerId(String ownerId)
The ID of the Amazon Web Services account that owns the resource group.
|
Modifier and Type | Method and Description |
---|---|
List<CapacityReservationGroup> |
GetGroupsForCapacityReservationResult.getCapacityReservationGroups()
Information about the resource groups to which the Capacity Reservation has been added.
|
Modifier and Type | Method and Description |
---|---|
GetGroupsForCapacityReservationResult |
GetGroupsForCapacityReservationResult.withCapacityReservationGroups(CapacityReservationGroup... capacityReservationGroups)
Information about the resource groups to which the Capacity Reservation has been added.
|
Modifier and Type | Method and Description |
---|---|
void |
GetGroupsForCapacityReservationResult.setCapacityReservationGroups(Collection<CapacityReservationGroup> capacityReservationGroups)
Information about the resource groups to which the Capacity Reservation has been added.
|
GetGroupsForCapacityReservationResult |
GetGroupsForCapacityReservationResult.withCapacityReservationGroups(Collection<CapacityReservationGroup> capacityReservationGroups)
Information about the resource groups to which the Capacity Reservation has been added.
|
Copyright © 2021. All rights reserved.