Uses of Class
software.amazon.awssdk.services.glue.model.GetEntityRecordsResponse
-
Packages that use GetEntityRecordsResponse Package Description software.amazon.awssdk.services.glue Glue -
-
Uses of GetEntityRecordsResponse in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that return GetEntityRecordsResponse Modifier and Type Method Description default GetEntityRecordsResponseGlueClient. getEntityRecords(Consumer<GetEntityRecordsRequest.Builder> getEntityRecordsRequest)This API is used to query preview data from a given connection type or from a native Amazon S3 based Glue Data Catalog.default GetEntityRecordsResponseGlueClient. getEntityRecords(GetEntityRecordsRequest getEntityRecordsRequest)This API is used to query preview data from a given connection type or from a native Amazon S3 based Glue Data Catalog.Methods in software.amazon.awssdk.services.glue that return types with arguments of type GetEntityRecordsResponse Modifier and Type Method Description default CompletableFuture<GetEntityRecordsResponse>GlueAsyncClient. getEntityRecords(Consumer<GetEntityRecordsRequest.Builder> getEntityRecordsRequest)This API is used to query preview data from a given connection type or from a native Amazon S3 based Glue Data Catalog.default CompletableFuture<GetEntityRecordsResponse>GlueAsyncClient. getEntityRecords(GetEntityRecordsRequest getEntityRecordsRequest)This API is used to query preview data from a given connection type or from a native Amazon S3 based Glue Data Catalog.
-