| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
List<InstanceStateChange> |
StartInstancesResponse.startingInstances()
Information about the started instances.
|
List<InstanceStateChange> |
StopInstancesResponse.stoppingInstances()
Information about the stopped instances.
|
List<InstanceStateChange> |
TerminateInstancesResponse.terminatingInstances()
Information about the terminated instances.
|
| Modifier and Type | Method and Description |
|---|---|
StartInstancesResponse.Builder |
StartInstancesResponse.Builder.startingInstances(InstanceStateChange... startingInstances)
Information about the started instances.
|
StopInstancesResponse.Builder |
StopInstancesResponse.Builder.stoppingInstances(InstanceStateChange... stoppingInstances)
Information about the stopped instances.
|
TerminateInstancesResponse.Builder |
TerminateInstancesResponse.Builder.terminatingInstances(InstanceStateChange... terminatingInstances)
Information about the terminated instances.
|
| Modifier and Type | Method and Description |
|---|---|
StartInstancesResponse.Builder |
StartInstancesResponse.Builder.startingInstances(Collection<InstanceStateChange> startingInstances)
Information about the started instances.
|
StopInstancesResponse.Builder |
StopInstancesResponse.Builder.stoppingInstances(Collection<InstanceStateChange> stoppingInstances)
Information about the stopped instances.
|
TerminateInstancesResponse.Builder |
TerminateInstancesResponse.Builder.terminatingInstances(Collection<InstanceStateChange> terminatingInstances)
Information about the terminated instances.
|
Copyright © 2022. All rights reserved.