Uses of Class
software.amazon.awssdk.services.rds.model.CreateIntegrationResponse
-
Packages that use CreateIntegrationResponse Package Description software.amazon.awssdk.services.rds Amazon Relational Database Service -
-
Uses of CreateIntegrationResponse in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds that return CreateIntegrationResponse Modifier and Type Method Description default CreateIntegrationResponseRdsClient. createIntegration(Consumer<CreateIntegrationRequest.Builder> createIntegrationRequest)Creates a zero-ETL integration with Amazon Redshift.default CreateIntegrationResponseRdsClient. createIntegration(CreateIntegrationRequest createIntegrationRequest)Creates a zero-ETL integration with Amazon Redshift.Methods in software.amazon.awssdk.services.rds that return types with arguments of type CreateIntegrationResponse Modifier and Type Method Description default CompletableFuture<CreateIntegrationResponse>RdsAsyncClient. createIntegration(Consumer<CreateIntegrationRequest.Builder> createIntegrationRequest)Creates a zero-ETL integration with Amazon Redshift.default CompletableFuture<CreateIntegrationResponse>RdsAsyncClient. createIntegration(CreateIntegrationRequest createIntegrationRequest)Creates a zero-ETL integration with Amazon Redshift.
-