Uses of Class
software.amazon.awssdk.services.redshift.model.CreateIntegrationResponse
-
Packages that use CreateIntegrationResponse Package Description software.amazon.awssdk.services.redshift Amazon Redshift -
-
Uses of CreateIntegrationResponse in software.amazon.awssdk.services.redshift
Methods in software.amazon.awssdk.services.redshift that return CreateIntegrationResponse Modifier and Type Method Description default CreateIntegrationResponseRedshiftClient. createIntegration(Consumer<CreateIntegrationRequest.Builder> createIntegrationRequest)Creates a zero-ETL integration or S3 event integration with Amazon Redshift.default CreateIntegrationResponseRedshiftClient. createIntegration(CreateIntegrationRequest createIntegrationRequest)Creates a zero-ETL integration or S3 event integration with Amazon Redshift.Methods in software.amazon.awssdk.services.redshift that return types with arguments of type CreateIntegrationResponse Modifier and Type Method Description default CompletableFuture<CreateIntegrationResponse>RedshiftAsyncClient. createIntegration(Consumer<CreateIntegrationRequest.Builder> createIntegrationRequest)Creates a zero-ETL integration or S3 event integration with Amazon Redshift.default CompletableFuture<CreateIntegrationResponse>RedshiftAsyncClient. createIntegration(CreateIntegrationRequest createIntegrationRequest)Creates a zero-ETL integration or S3 event integration with Amazon Redshift.
-