Uses of Class
software.amazon.awssdk.services.redshift.model.CreateIntegrationRequest
-
Packages that use CreateIntegrationRequest Package Description software.amazon.awssdk.services.redshift Amazon Redshift software.amazon.awssdk.services.redshift.transform -
-
Uses of CreateIntegrationRequest in software.amazon.awssdk.services.redshift
Methods in software.amazon.awssdk.services.redshift with parameters of type CreateIntegrationRequest Modifier and Type Method Description default CompletableFuture<CreateIntegrationResponse>RedshiftAsyncClient. createIntegration(CreateIntegrationRequest 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. -
Uses of CreateIntegrationRequest in software.amazon.awssdk.services.redshift.transform
Methods in software.amazon.awssdk.services.redshift.transform with parameters of type CreateIntegrationRequest Modifier and Type Method Description SdkHttpFullRequestCreateIntegrationRequestMarshaller. marshall(CreateIntegrationRequest createIntegrationRequest)
-