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