| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsEcsServiceLoadBalancersDetails |
AwsEcsServiceLoadBalancersDetails.clone() |
AwsEcsServiceLoadBalancersDetails |
AwsEcsServiceLoadBalancersDetails.withContainerName(String containerName)
The name of the container to associate with the load balancer.
|
AwsEcsServiceLoadBalancersDetails |
AwsEcsServiceLoadBalancersDetails.withContainerPort(Integer containerPort)
The port on the container to associate with the load balancer.
|
AwsEcsServiceLoadBalancersDetails |
AwsEcsServiceLoadBalancersDetails.withLoadBalancerName(String loadBalancerName)
The name of the load balancer to associate with the Amazon ECS service or task set.
|
AwsEcsServiceLoadBalancersDetails |
AwsEcsServiceLoadBalancersDetails.withTargetGroupArn(String targetGroupArn)
The ARN of the Elastic Load Balancing target group or groups associated with a service or task set.
|
| Modifier and Type | Method and Description |
|---|---|
List<AwsEcsServiceLoadBalancersDetails> |
AwsEcsServiceDetails.getLoadBalancers()
Information about the load balancers that the service uses.
|
| Modifier and Type | Method and Description |
|---|---|
AwsEcsServiceDetails |
AwsEcsServiceDetails.withLoadBalancers(AwsEcsServiceLoadBalancersDetails... loadBalancers)
Information about the load balancers that the service uses.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwsEcsServiceDetails.setLoadBalancers(Collection<AwsEcsServiceLoadBalancersDetails> loadBalancers)
Information about the load balancers that the service uses.
|
AwsEcsServiceDetails |
AwsEcsServiceDetails.withLoadBalancers(Collection<AwsEcsServiceLoadBalancersDetails> loadBalancers)
Information about the load balancers that the service uses.
|
Copyright © 2024. All rights reserved.