Skip navigation links
com.amazonaws.appflow.custom.connector.model.query

Interface QueryDataResponse

    • Method Detail

      • isSuccess

        boolean isSuccess()
        Specifies if the operation is successful or not.
      • nextToken

        @Nullable
        String nextToken()
        The pagination token for the next page of data.
      • records

        @Nullable
        List<String> records()
        List of json serialized string of the entity record as per the entity metadata.

Copyright © 2021–2022 Amazon Web Services. All rights reserved.