Uses of Class
software.amazon.awssdk.services.codeconnections.model.CreateSyncConfigurationRequest
-
Packages that use CreateSyncConfigurationRequest Package Description software.amazon.awssdk.services.codeconnections AWS CodeConnections software.amazon.awssdk.services.codeconnections.transform -
-
Uses of CreateSyncConfigurationRequest in software.amazon.awssdk.services.codeconnections
Methods in software.amazon.awssdk.services.codeconnections with parameters of type CreateSyncConfigurationRequest Modifier and Type Method Description default CompletableFuture<CreateSyncConfigurationResponse>CodeConnectionsAsyncClient. createSyncConfiguration(CreateSyncConfigurationRequest createSyncConfigurationRequest)Creates a sync configuration which allows Amazon Web Services to sync content from a Git repository to update a specified Amazon Web Services resource.default CreateSyncConfigurationResponseCodeConnectionsClient. createSyncConfiguration(CreateSyncConfigurationRequest createSyncConfigurationRequest)Creates a sync configuration which allows Amazon Web Services to sync content from a Git repository to update a specified Amazon Web Services resource. -
Uses of CreateSyncConfigurationRequest in software.amazon.awssdk.services.codeconnections.transform
Methods in software.amazon.awssdk.services.codeconnections.transform with parameters of type CreateSyncConfigurationRequest Modifier and Type Method Description SdkHttpFullRequestCreateSyncConfigurationRequestMarshaller. marshall(CreateSyncConfigurationRequest createSyncConfigurationRequest)
-