Uses of Class
software.amazon.awssdk.services.codestarconnections.model.CreateSyncConfigurationResponse
-
Packages that use CreateSyncConfigurationResponse Package Description software.amazon.awssdk.services.codestarconnections AWS CodeStar Connections -
-
Uses of CreateSyncConfigurationResponse in software.amazon.awssdk.services.codestarconnections
Methods in software.amazon.awssdk.services.codestarconnections that return CreateSyncConfigurationResponse Modifier and Type Method Description default CreateSyncConfigurationResponseCodeStarConnectionsClient. 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 CreateSyncConfigurationResponseCodeStarConnectionsClient. 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.codestarconnections that return types with arguments of type CreateSyncConfigurationResponse Modifier and Type Method Description default CompletableFuture<CreateSyncConfigurationResponse>CodeStarConnectionsAsyncClient. 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>CodeStarConnectionsAsyncClient. 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.
-