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