| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsEcsClusterDetails |
AwsEcsClusterDetails.clone() |
AwsEcsClusterDetails |
ResourceDetails.getAwsEcsCluster()
Details about an Amazon ECS cluster.
|
AwsEcsClusterDetails |
AwsEcsClusterDetails.withActiveServicesCount(Integer activeServicesCount)
The number of services that are running on the cluster in an
ACTIVE state. |
AwsEcsClusterDetails |
AwsEcsClusterDetails.withCapacityProviders(Collection<String> capacityProviders)
The short name of one or more capacity providers to associate with the cluster.
|
AwsEcsClusterDetails |
AwsEcsClusterDetails.withCapacityProviders(String... capacityProviders)
The short name of one or more capacity providers to associate with the cluster.
|
AwsEcsClusterDetails |
AwsEcsClusterDetails.withClusterArn(String clusterArn)
The Amazon Resource Name (ARN) that identifies the cluster.
|
AwsEcsClusterDetails |
AwsEcsClusterDetails.withClusterName(String clusterName)
A name that you use to identify your cluster.
|
AwsEcsClusterDetails |
AwsEcsClusterDetails.withClusterSettings(AwsEcsClusterClusterSettingsDetails... clusterSettings)
The setting to use to create the cluster.
|
AwsEcsClusterDetails |
AwsEcsClusterDetails.withClusterSettings(Collection<AwsEcsClusterClusterSettingsDetails> clusterSettings)
The setting to use to create the cluster.
|
AwsEcsClusterDetails |
AwsEcsClusterDetails.withConfiguration(AwsEcsClusterConfigurationDetails configuration)
The run command configuration for the cluster.
|
AwsEcsClusterDetails |
AwsEcsClusterDetails.withDefaultCapacityProviderStrategy(AwsEcsClusterDefaultCapacityProviderStrategyDetails... defaultCapacityProviderStrategy)
The default capacity provider strategy for the cluster.
|
AwsEcsClusterDetails |
AwsEcsClusterDetails.withDefaultCapacityProviderStrategy(Collection<AwsEcsClusterDefaultCapacityProviderStrategyDetails> defaultCapacityProviderStrategy)
The default capacity provider strategy for the cluster.
|
AwsEcsClusterDetails |
AwsEcsClusterDetails.withRegisteredContainerInstancesCount(Integer registeredContainerInstancesCount)
The number of container instances registered into the cluster.
|
AwsEcsClusterDetails |
AwsEcsClusterDetails.withRunningTasksCount(Integer runningTasksCount)
The number of tasks in the cluster that are in the
RUNNING state. |
AwsEcsClusterDetails |
AwsEcsClusterDetails.withStatus(String status)
The status of the cluster.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceDetails.setAwsEcsCluster(AwsEcsClusterDetails awsEcsCluster)
Details about an Amazon ECS cluster.
|
ResourceDetails |
ResourceDetails.withAwsEcsCluster(AwsEcsClusterDetails awsEcsCluster)
Details about an Amazon ECS cluster.
|
Copyright © 2023. All rights reserved.