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