Uses of Class
software.amazon.awssdk.services.codeconnections.model.DeleteSyncConfigurationRequest
-
Packages that use DeleteSyncConfigurationRequest Package Description software.amazon.awssdk.services.codeconnections AWS CodeConnections software.amazon.awssdk.services.codeconnections.transform -
-
Uses of DeleteSyncConfigurationRequest in software.amazon.awssdk.services.codeconnections
Methods in software.amazon.awssdk.services.codeconnections with parameters of type DeleteSyncConfigurationRequest Modifier and Type Method Description default CompletableFuture<DeleteSyncConfigurationResponse>CodeConnectionsAsyncClient. deleteSyncConfiguration(DeleteSyncConfigurationRequest 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. -
Uses of DeleteSyncConfigurationRequest in software.amazon.awssdk.services.codeconnections.transform
Methods in software.amazon.awssdk.services.codeconnections.transform with parameters of type DeleteSyncConfigurationRequest Modifier and Type Method Description SdkHttpFullRequestDeleteSyncConfigurationRequestMarshaller. marshall(DeleteSyncConfigurationRequest deleteSyncConfigurationRequest)
-