Uses of Class
software.amazon.awssdk.services.glue.model.TestConnectionResponse
-
Packages that use TestConnectionResponse Package Description software.amazon.awssdk.services.glue Glue -
-
Uses of TestConnectionResponse in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that return TestConnectionResponse Modifier and Type Method Description default TestConnectionResponseGlueClient. testConnection(Consumer<TestConnectionRequest.Builder> testConnectionRequest)Tests a connection to a service to validate the service credentials that you provide.default TestConnectionResponseGlueClient. testConnection(TestConnectionRequest testConnectionRequest)Tests a connection to a service to validate the service credentials that you provide.Methods in software.amazon.awssdk.services.glue that return types with arguments of type TestConnectionResponse Modifier and Type Method Description default CompletableFuture<TestConnectionResponse>GlueAsyncClient. testConnection(Consumer<TestConnectionRequest.Builder> testConnectionRequest)Tests a connection to a service to validate the service credentials that you provide.default CompletableFuture<TestConnectionResponse>GlueAsyncClient. testConnection(TestConnectionRequest testConnectionRequest)Tests a connection to a service to validate the service credentials that you provide.
-