Uses of Class
software.amazon.awssdk.services.glue.model.DescribeEntityResponse
-
Packages that use DescribeEntityResponse Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.paginators -
-
Uses of DescribeEntityResponse in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that return DescribeEntityResponse Modifier and Type Method Description default DescribeEntityResponseGlueClient. describeEntity(Consumer<DescribeEntityRequest.Builder> describeEntityRequest)Provides details regarding the entity used with the connection type, with a description of the data model for each field in the selected entity.default DescribeEntityResponseGlueClient. describeEntity(DescribeEntityRequest describeEntityRequest)Provides details regarding the entity used with the connection type, with a description of the data model for each field in the selected entity.Methods in software.amazon.awssdk.services.glue that return types with arguments of type DescribeEntityResponse Modifier and Type Method Description default CompletableFuture<DescribeEntityResponse>GlueAsyncClient. describeEntity(Consumer<DescribeEntityRequest.Builder> describeEntityRequest)Provides details regarding the entity used with the connection type, with a description of the data model for each field in the selected entity.default CompletableFuture<DescribeEntityResponse>GlueAsyncClient. describeEntity(DescribeEntityRequest describeEntityRequest)Provides details regarding the entity used with the connection type, with a description of the data model for each field in the selected entity. -
Uses of DescribeEntityResponse in software.amazon.awssdk.services.glue.paginators
Methods in software.amazon.awssdk.services.glue.paginators that return types with arguments of type DescribeEntityResponse Modifier and Type Method Description Iterator<DescribeEntityResponse>DescribeEntityIterable. iterator()Method parameters in software.amazon.awssdk.services.glue.paginators with type arguments of type DescribeEntityResponse Modifier and Type Method Description voidDescribeEntityPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeEntityResponse> subscriber)
-