Uses of Class
software.amazon.awssdk.services.securityhub.model.AwsElbLoadBalancerBackendServerDescription
-
Packages that use AwsElbLoadBalancerBackendServerDescription Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsElbLoadBalancerBackendServerDescription in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type AwsElbLoadBalancerBackendServerDescription Modifier and Type Method Description List<AwsElbLoadBalancerBackendServerDescription>AwsElbLoadBalancerDetails. backendServerDescriptions()Information about the configuration of the EC2 instances.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type AwsElbLoadBalancerBackendServerDescription Modifier and Type Method Description AwsElbLoadBalancerDetails.BuilderAwsElbLoadBalancerDetails.Builder. backendServerDescriptions(AwsElbLoadBalancerBackendServerDescription... backendServerDescriptions)Information about the configuration of the EC2 instances.Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type AwsElbLoadBalancerBackendServerDescription Modifier and Type Method Description AwsElbLoadBalancerDetails.BuilderAwsElbLoadBalancerDetails.Builder. backendServerDescriptions(Collection<AwsElbLoadBalancerBackendServerDescription> backendServerDescriptions)Information about the configuration of the EC2 instances.
-