Skip to content

Can not find ImmutableValidateConnectorRuntimeSettingsResponse, ImmutableValidateCredentialsResponse and ImmutableDescribeConnectorConfigurationResponse #63

@goyalrajat

Description

@goyalrajat

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions