aws-lightsail-alarm/src/main/java/software/amazon/lightsail/alarm/helpers/handler/ResourceHandler.java [28:35]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public boolean isStabilized(final CallbackContext callbackContext, final String step) {
        if (callbackContext.isWaitCountReached(step)) {
            return true; // When wait count is reached treat as Stabilized.
        }
        // Increment the wait count for the step.
        callbackContext.incrementWaitCount(step);
        return false;
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



aws-lightsail-instance/src/main/java/software/amazon/lightsail/instance/helpers/handler/ResourceHandler.java [28:35]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public boolean isStabilized(final CallbackContext callbackContext, final String step) {
        if (callbackContext.isWaitCountReached(step)) {
            return true; // When wait count is reached treat as Stabilized.
        }
        // Increment the wait count for the step.
        callbackContext.incrementWaitCount(step);
        return false;
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



aws-lightsail-disk/src/main/java/software/amazon/lightsail/disk/helpers/handler/ResourceHandler.java [28:35]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public boolean isStabilized(final CallbackContext callbackContext, final String step) {
        if (callbackContext.isWaitCountReached(step)) {
            return true; // When wait count is reached treat as Stablized.
        }
        // Increment the wait count for the step.
        callbackContext.incrementWaitCount(step);
        return false;
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



aws-lightsail-database/src/main/java/software/amazon/lightsail/database/helpers/handler/ResourceHandler.java [28:35]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public boolean isStabilized(final CallbackContext callbackContext, final String step) {
        if (callbackContext.isWaitCountReached(step)) {
            return true; // When wait count is reached treat as Stabilized.
        }
        // Increment the wait count for the step.
        callbackContext.incrementWaitCount(step);
        return false;
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



aws-lightsail-loadbalancer/src/main/java/software/amazon/lightsail/loadbalancer/helpers/handler/ResourceHandler.java [28:35]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public boolean isStabilized(final CallbackContext callbackContext, final String step) {
        if (callbackContext.isWaitCountReached(step)) {
            return true; // When wait count is reached treat as Stabilized.
        }
        // Increment the wait count for the step.
        callbackContext.incrementWaitCount(step);
        return false;
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



aws-lightsail-loadbalancertlscertificate/src/main/java/software/amazon/lightsail/loadbalancertlscertificate/helpers/handler/ResourceHandler.java [28:35]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public boolean isStabilized(final CallbackContext callbackContext, final String step) {
        if (callbackContext.isWaitCountReached(step)) {
            return true; // When wait count is reached treat as Stabilized.
        }
        // Increment the wait count for the step.
        callbackContext.incrementWaitCount(step);
        return false;
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



aws-lightsail-staticip/src/main/java/software/amazon/lightsail/staticip/helpers/handler/ResourceHandler.java [28:35]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public boolean isStabilized(final CallbackContext callbackContext, final String step) {
        if (callbackContext.isWaitCountReached(step)) {
            return true; // When wait count is reached treat as Stabilized.
        }
        // Increment the wait count for the step.
        callbackContext.incrementWaitCount(step);
        return false;
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



aws-lightsail-bucket/src/main/java/software/amazon/lightsail/bucket/helpers/handler/ResourceHandler.java [28:35]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public boolean isStabilized(final CallbackContext callbackContext, final String step) {
        if (callbackContext.isWaitCountReached(step)) {
            return true; // When wait count is reached treat as Stabilized.
        }
        // Increment the wait count for the step.
        callbackContext.incrementWaitCount(step);
        return false;
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



