Uses of Class
software.amazon.awssdk.services.codeconnections.model.CreateSyncConfigurationResponse
-
Packages that use CreateSyncConfigurationResponse Package Description software.amazon.awssdk.services.codeconnections AWS CodeConnections -
-
Uses of CreateSyncConfigurationResponse in software.amazon.awssdk.services.codeconnections
Methods in software.amazon.awssdk.services.codeconnections that return CreateSyncConfigurationResponse Modifier and Type Method Description default CreateSyncConfigurationResponseCodeConnectionsClient. createSyncConfiguration(Consumer<CreateSyncConfigurationRequest.Builder> 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.Methods in software.amazon.awssdk.services.codeconnections that return types with arguments of type CreateSyncConfigurationResponse Modifier and Type Method Description default CompletableFuture<CreateSyncConfigurationResponse>CodeConnectionsAsyncClient. createSyncConfiguration(Consumer<CreateSyncConfigurationRequest.Builder> 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 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.
-