| Package | Description |
|---|---|
| com.amazonaws.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
EcsClusterDetails |
EcsClusterDetails.clone() |
EcsClusterDetails |
Resource.getEcsClusterDetails()
Contains information about the details of the ECS Cluster.
|
EcsClusterDetails |
EcsClusterDetails.withActiveServicesCount(Integer activeServicesCount)
The number of services that are running on the cluster in an ACTIVE state.
|
EcsClusterDetails |
EcsClusterDetails.withArn(String arn)
The Amazon Resource Name (ARN) that identifies the cluster.
|
EcsClusterDetails |
EcsClusterDetails.withName(String name)
The name of the ECS Cluster.
|
EcsClusterDetails |
EcsClusterDetails.withRegisteredContainerInstancesCount(Integer registeredContainerInstancesCount)
The number of container instances registered into the cluster.
|
EcsClusterDetails |
EcsClusterDetails.withRunningTasksCount(Integer runningTasksCount)
The number of tasks in the cluster that are in the RUNNING state.
|
EcsClusterDetails |
EcsClusterDetails.withStatus(String status)
The status of the ECS cluster.
|
EcsClusterDetails |
EcsClusterDetails.withTags(Collection<Tag> tags)
The tags of the ECS Cluster.
|
EcsClusterDetails |
EcsClusterDetails.withTags(Tag... tags)
The tags of the ECS Cluster.
|
EcsClusterDetails |
EcsClusterDetails.withTaskDetails(EcsTaskDetails taskDetails)
Contains information about the details of the ECS Task.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Resource.setEcsClusterDetails(EcsClusterDetails ecsClusterDetails)
Contains information about the details of the ECS Cluster.
|
Resource |
Resource.withEcsClusterDetails(EcsClusterDetails ecsClusterDetails)
Contains information about the details of the ECS Cluster.
|
Copyright © 2023. All rights reserved.