Uses of Class
software.amazon.awssdk.services.autoscaling.model.LaunchInstancesError
-
Packages that use LaunchInstancesError Package Description software.amazon.awssdk.services.autoscaling.model -
-
Uses of LaunchInstancesError in software.amazon.awssdk.services.autoscaling.model
Methods in software.amazon.awssdk.services.autoscaling.model that return types with arguments of type LaunchInstancesError Modifier and Type Method Description List<LaunchInstancesError>LaunchInstancesResponse. errors()A list of errors encountered during the launch attempt including details about failed instance launches with their corresponding error codes and messages.Methods in software.amazon.awssdk.services.autoscaling.model with parameters of type LaunchInstancesError Modifier and Type Method Description LaunchInstancesResponse.BuilderLaunchInstancesResponse.Builder. errors(LaunchInstancesError... errors)A list of errors encountered during the launch attempt including details about failed instance launches with their corresponding error codes and messages.Method parameters in software.amazon.awssdk.services.autoscaling.model with type arguments of type LaunchInstancesError Modifier and Type Method Description LaunchInstancesResponse.BuilderLaunchInstancesResponse.Builder. errors(Collection<LaunchInstancesError> errors)A list of errors encountered during the launch attempt including details about failed instance launches with their corresponding error codes and messages.
-