Uses of Class
software.amazon.awssdk.services.codestarconnections.model.DeleteSyncConfigurationResponse
-
Packages that use DeleteSyncConfigurationResponse Package Description software.amazon.awssdk.services.codestarconnections AWS CodeStar Connections -
-
Uses of DeleteSyncConfigurationResponse in software.amazon.awssdk.services.codestarconnections
Methods in software.amazon.awssdk.services.codestarconnections that return DeleteSyncConfigurationResponse Modifier and Type Method Description default DeleteSyncConfigurationResponseCodeStarConnectionsClient. deleteSyncConfiguration(Consumer<DeleteSyncConfigurationRequest.Builder> deleteSyncConfigurationRequest)Deletes the sync configuration for a specified repository and connection.default DeleteSyncConfigurationResponseCodeStarConnectionsClient. deleteSyncConfiguration(DeleteSyncConfigurationRequest deleteSyncConfigurationRequest)Deletes the sync configuration for a specified repository and connection.Methods in software.amazon.awssdk.services.codestarconnections that return types with arguments of type DeleteSyncConfigurationResponse Modifier and Type Method Description default CompletableFuture<DeleteSyncConfigurationResponse>CodeStarConnectionsAsyncClient. deleteSyncConfiguration(Consumer<DeleteSyncConfigurationRequest.Builder> deleteSyncConfigurationRequest)Deletes the sync configuration for a specified repository and connection.default CompletableFuture<DeleteSyncConfigurationResponse>CodeStarConnectionsAsyncClient. deleteSyncConfiguration(DeleteSyncConfigurationRequest deleteSyncConfigurationRequest)Deletes the sync configuration for a specified repository and connection.
-