| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsEcsClusterDetails |
AwsEcsClusterDetails.clone() |
AwsEcsClusterDetails |
ResourceDetails.getAwsEcsCluster()
Details about an ECS cluster.
|
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.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceDetails.setAwsEcsCluster(AwsEcsClusterDetails awsEcsCluster)
Details about an ECS cluster.
|
ResourceDetails |
ResourceDetails.withAwsEcsCluster(AwsEcsClusterDetails awsEcsCluster)
Details about an ECS cluster.
|
Copyright © 2022. All rights reserved.