Uses of Class
com.amazonaws.athena.connector.lambda.records.RecordRequestType
-
Packages that use RecordRequestType Package Description com.amazonaws.athena.connector.lambda.records -
-
Uses of RecordRequestType in com.amazonaws.athena.connector.lambda.records
Methods in com.amazonaws.athena.connector.lambda.records that return RecordRequestType Modifier and Type Method Description RecordRequestTypeRecordRequest. getRequestType()Returns the type of the request.RecordRequestTypeRecordResponse. getRequestType()Returns the type of request this response corresponds to.static RecordRequestTypeRecordRequestType. valueOf(String name)Returns the enum constant of this type with the specified name.static RecordRequestType[]RecordRequestType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.amazonaws.athena.connector.lambda.records with parameters of type RecordRequestType Constructor Description RecordRequest(FederatedIdentity identity, RecordRequestType requestType, String catalogName, String queryId)Constructs a new RecordRequest object.RecordResponse(RecordRequestType requestType, String catalogName)Constructs a new RecordResponse object.
-