Package | Description |
---|---|
com.amazonaws.services.ecs.model |
Modifier and Type | Method and Description |
---|---|
static ContainerInstanceStatus |
ContainerInstanceStatus.fromValue(String value)
Use this in place of valueOf.
|
static ContainerInstanceStatus |
ContainerInstanceStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContainerInstanceStatus[] |
ContainerInstanceStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ListContainerInstancesRequest.setStatus(ContainerInstanceStatus status)
Filters the container instances by status.
|
void |
UpdateContainerInstancesStateRequest.setStatus(ContainerInstanceStatus status)
The container instance state to update the container instance with.
|
ListContainerInstancesRequest |
ListContainerInstancesRequest.withStatus(ContainerInstanceStatus status)
Filters the container instances by status.
|
UpdateContainerInstancesStateRequest |
UpdateContainerInstancesStateRequest.withStatus(ContainerInstanceStatus status)
The container instance state to update the container instance with.
|
Copyright © 2023. All rights reserved.