Class StopApplicationRequest

    • Method Detail

      • applicationId

        public final String applicationId()

        The ID of the application.

        Returns:
        The ID of the application.
      • stopConnectedEntity

        public final ConnectedEntityType stopConnectedEntity()

        Specify the ConnectedEntityType. Accepted type is DBMS.

        If this parameter is included, the connected DBMS (Database Management System) will be stopped.

        If the service returns an enum value that is not available in the current SDK version, stopConnectedEntity will return ConnectedEntityType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from stopConnectedEntityAsString().

        Returns:
        Specify the ConnectedEntityType. Accepted type is DBMS.

        If this parameter is included, the connected DBMS (Database Management System) will be stopped.

        See Also:
        ConnectedEntityType
      • stopConnectedEntityAsString

        public final String stopConnectedEntityAsString()

        Specify the ConnectedEntityType. Accepted type is DBMS.

        If this parameter is included, the connected DBMS (Database Management System) will be stopped.

        If the service returns an enum value that is not available in the current SDK version, stopConnectedEntity will return ConnectedEntityType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from stopConnectedEntityAsString().

        Returns:
        Specify the ConnectedEntityType. Accepted type is DBMS.

        If this parameter is included, the connected DBMS (Database Management System) will be stopped.

        See Also:
        ConnectedEntityType
      • includeEc2InstanceShutdown

        public final Boolean includeEc2InstanceShutdown()

        Boolean. If included and if set to True, the StopApplication operation will shut down the associated Amazon EC2 instance in addition to the application.

        Returns:
        Boolean. If included and if set to True, the StopApplication operation will shut down the associated Amazon EC2 instance in addition to the application.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object