Uses of Interface
software.amazon.awssdk.services.autoscaling.model.AutoScalingException.Builder
-
Packages that use AutoScalingException.Builder Package Description software.amazon.awssdk.services.autoscaling.model -
-
Uses of AutoScalingException.Builder in software.amazon.awssdk.services.autoscaling.model
Subinterfaces of AutoScalingException.Builder in software.amazon.awssdk.services.autoscaling.model Modifier and Type Interface Description static interfaceActiveInstanceRefreshNotFoundException.Builderstatic interfaceAlreadyExistsException.Builderstatic interfaceInstanceRefreshInProgressException.Builderstatic interfaceInvalidNextTokenException.Builderstatic interfaceIrreversibleInstanceRefreshException.Builderstatic interfaceLimitExceededException.Builderstatic interfaceResourceContentionException.Builderstatic interfaceResourceInUseException.Builderstatic interfaceScalingActivityInProgressException.Builderstatic interfaceServiceLinkedRoleFailureException.BuilderClasses in software.amazon.awssdk.services.autoscaling.model that implement AutoScalingException.Builder Modifier and Type Class Description protected static classAutoScalingException.BuilderImplMethods in software.amazon.awssdk.services.autoscaling.model that return AutoScalingException.Builder Modifier and Type Method Description AutoScalingException.BuilderAutoScalingException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static AutoScalingException.BuilderAutoScalingException. builder()AutoScalingException.BuilderAutoScalingException.Builder. cause(Throwable cause)AutoScalingException.BuilderAutoScalingException.Builder. message(String message)AutoScalingException.BuilderAutoScalingException.Builder. requestId(String requestId)AutoScalingException.BuilderAutoScalingException.Builder. statusCode(int statusCode)AutoScalingException.BuilderAutoScalingException. toBuilder()AutoScalingException.BuilderAutoScalingException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.autoscaling.model that return types with arguments of type AutoScalingException.Builder Modifier and Type Method Description static Class<? extends AutoScalingException.Builder>AutoScalingException. serializableBuilderClass()Constructors in software.amazon.awssdk.services.autoscaling.model with parameters of type AutoScalingException.Builder Constructor Description AutoScalingException(AutoScalingException.Builder builder)
-