| Package | Description |
|---|---|
| com.amazonaws.services.autoscaling.model |
Classes modeling the various types represented by AmazonAutoScaling.
|
| Modifier and Type | Method and Description |
|---|---|
ProcessType |
ProcessType.withProcessName(String processName)
The name of a process.
|
| Modifier and Type | Method and Description |
|---|---|
List<ProcessType> |
DescribeScalingProcessTypesResult.getProcesses()
A list of ProcessType names.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeScalingProcessTypesResult |
DescribeScalingProcessTypesResult.withProcesses(ProcessType... processes)
A list of ProcessType names.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeScalingProcessTypesResult.setProcesses(Collection<ProcessType> processes)
A list of ProcessType names.
|
DescribeScalingProcessTypesResult |
DescribeScalingProcessTypesResult.withProcesses(Collection<ProcessType> processes)
A list of ProcessType names.
|
Copyright © 2014. All rights reserved.