| Package | Description |
|---|---|
| com.amazonaws.services.codeconnections |
|
| com.amazonaws.services.codeconnections.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DeleteSyncConfigurationResult> |
AWSCodeConnectionsAsyncClient.deleteSyncConfigurationAsync(DeleteSyncConfigurationRequest request,
AsyncHandler<DeleteSyncConfigurationRequest,DeleteSyncConfigurationResult> asyncHandler) |
Future<DeleteSyncConfigurationResult> |
AbstractAWSCodeConnectionsAsync.deleteSyncConfigurationAsync(DeleteSyncConfigurationRequest request,
AsyncHandler<DeleteSyncConfigurationRequest,DeleteSyncConfigurationResult> asyncHandler) |
Future<DeleteSyncConfigurationResult> |
AWSCodeConnectionsAsync.deleteSyncConfigurationAsync(DeleteSyncConfigurationRequest deleteSyncConfigurationRequest,
AsyncHandler<DeleteSyncConfigurationRequest,DeleteSyncConfigurationResult> asyncHandler)
Deletes the sync configuration for a specified repository and connection.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteSyncConfigurationRequest |
DeleteSyncConfigurationRequest.clone() |
DeleteSyncConfigurationRequest |
DeleteSyncConfigurationRequest.withResourceName(String resourceName)
The name of the Amazon Web Services resource associated with the sync configuration to be deleted.
|
DeleteSyncConfigurationRequest |
DeleteSyncConfigurationRequest.withSyncType(String syncType)
The type of sync configuration to be deleted.
|
DeleteSyncConfigurationRequest |
DeleteSyncConfigurationRequest.withSyncType(SyncConfigurationType syncType)
The type of sync configuration to be deleted.
|
Copyright © 2024. All rights reserved.