Uses of Class
software.amazon.awssdk.services.glue.model.ModifyIntegrationResponse
-
Packages that use ModifyIntegrationResponse Package Description software.amazon.awssdk.services.glue Glue -
-
Uses of ModifyIntegrationResponse in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that return ModifyIntegrationResponse Modifier and Type Method Description default ModifyIntegrationResponseGlueClient. modifyIntegration(Consumer<ModifyIntegrationRequest.Builder> modifyIntegrationRequest)Modifies a Zero-ETL integration in the caller's account.default ModifyIntegrationResponseGlueClient. modifyIntegration(ModifyIntegrationRequest modifyIntegrationRequest)Modifies a Zero-ETL integration in the caller's account.Methods in software.amazon.awssdk.services.glue that return types with arguments of type ModifyIntegrationResponse Modifier and Type Method Description default CompletableFuture<ModifyIntegrationResponse>GlueAsyncClient. modifyIntegration(Consumer<ModifyIntegrationRequest.Builder> modifyIntegrationRequest)Modifies a Zero-ETL integration in the caller's account.default CompletableFuture<ModifyIntegrationResponse>GlueAsyncClient. modifyIntegration(ModifyIntegrationRequest modifyIntegrationRequest)Modifies a Zero-ETL integration in the caller's account.
-