You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can not find ImmutableValidateConnectorRuntimeSettingsResponse, ImmutableValidateCredentialsResponse and ImmutableDescribeConnectorConfigurationResponse
#63
Open
goyalrajat opened this issue
Oct 9, 2023
· 0 comments
Hi, I wanted to implement custom connector using the Java SDK.
When I was going through the code, I found that few files are missing.
import com.amazonaws.appflow.custom.connector.model.connectorconfiguration.ImmutableDescribeConnectorConfigurationResponse;
import com.amazonaws.appflow.custom.connector.model.credentials.ImmutableValidateCredentialsResponse;
import com.amazonaws.appflow.custom.connector.model.settings.ImmutableValidateConnectorRuntimeSettingsResponse;
import com.amazonaws.appflow.custom.connector.model.ImmutableErrorDetails;
And when I am trying to build the project I am getting lot of exceptions like
error: Line contains carriage return
The text was updated successfully, but these errors were encountered: