Uses of Class
software.amazon.awssdk.services.glue.model.ListConnectionTypesResponse
-
Packages that use ListConnectionTypesResponse Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.paginators -
-
Uses of ListConnectionTypesResponse in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that return ListConnectionTypesResponse Modifier and Type Method Description default ListConnectionTypesResponseGlueClient. listConnectionTypes(Consumer<ListConnectionTypesRequest.Builder> listConnectionTypesRequest)TheListConnectionTypesAPI provides a discovery mechanism to learn available connection types in Glue.default ListConnectionTypesResponseGlueClient. listConnectionTypes(ListConnectionTypesRequest listConnectionTypesRequest)TheListConnectionTypesAPI provides a discovery mechanism to learn available connection types in Glue.Methods in software.amazon.awssdk.services.glue that return types with arguments of type ListConnectionTypesResponse Modifier and Type Method Description default CompletableFuture<ListConnectionTypesResponse>GlueAsyncClient. listConnectionTypes(Consumer<ListConnectionTypesRequest.Builder> listConnectionTypesRequest)TheListConnectionTypesAPI provides a discovery mechanism to learn available connection types in Glue.default CompletableFuture<ListConnectionTypesResponse>GlueAsyncClient. listConnectionTypes(ListConnectionTypesRequest listConnectionTypesRequest)TheListConnectionTypesAPI provides a discovery mechanism to learn available connection types in Glue. -
Uses of ListConnectionTypesResponse in software.amazon.awssdk.services.glue.paginators
Methods in software.amazon.awssdk.services.glue.paginators that return types with arguments of type ListConnectionTypesResponse Modifier and Type Method Description Iterator<ListConnectionTypesResponse>ListConnectionTypesIterable. iterator()Method parameters in software.amazon.awssdk.services.glue.paginators with type arguments of type ListConnectionTypesResponse Modifier and Type Method Description voidListConnectionTypesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListConnectionTypesResponse> subscriber)
-