Uses of Class
software.amazon.awssdk.services.glue.model.CreateIntegrationRequest
-
Packages that use CreateIntegrationRequest Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.transform -
-
Uses of CreateIntegrationRequest in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue with parameters of type CreateIntegrationRequest Modifier and Type Method Description default CompletableFuture<CreateIntegrationResponse>GlueAsyncClient. createIntegration(CreateIntegrationRequest createIntegrationRequest)Creates a Zero-ETL integration in the caller's account between two resources with Amazon Resource Names (ARNs): theSourceArnandTargetArn.default CreateIntegrationResponseGlueClient. createIntegration(CreateIntegrationRequest createIntegrationRequest)Creates a Zero-ETL integration in the caller's account between two resources with Amazon Resource Names (ARNs): theSourceArnandTargetArn. -
Uses of CreateIntegrationRequest in software.amazon.awssdk.services.glue.transform
Methods in software.amazon.awssdk.services.glue.transform with parameters of type CreateIntegrationRequest Modifier and Type Method Description SdkHttpFullRequestCreateIntegrationRequestMarshaller. marshall(CreateIntegrationRequest createIntegrationRequest)
-