Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
DeleteFleetErrorItem |
DeleteFleetErrorItem.clone() |
DeleteFleetErrorItem |
DeleteFleetErrorItem.withError(DeleteFleetError error)
The error.
|
DeleteFleetErrorItem |
DeleteFleetErrorItem.withFleetId(String fleetId)
The ID of the EC2 Fleet.
|
Modifier and Type | Method and Description |
---|---|
List<DeleteFleetErrorItem> |
DeleteFleetsResult.getUnsuccessfulFleetDeletions()
Information about the EC2 Fleets that are not successfully deleted.
|
Modifier and Type | Method and Description |
---|---|
DeleteFleetsResult |
DeleteFleetsResult.withUnsuccessfulFleetDeletions(DeleteFleetErrorItem... unsuccessfulFleetDeletions)
Information about the EC2 Fleets that are not successfully deleted.
|
Modifier and Type | Method and Description |
---|---|
void |
DeleteFleetsResult.setUnsuccessfulFleetDeletions(Collection<DeleteFleetErrorItem> unsuccessfulFleetDeletions)
Information about the EC2 Fleets that are not successfully deleted.
|
DeleteFleetsResult |
DeleteFleetsResult.withUnsuccessfulFleetDeletions(Collection<DeleteFleetErrorItem> unsuccessfulFleetDeletions)
Information about the EC2 Fleets that are not successfully deleted.
|
Copyright © 2020. All rights reserved.