| Package | Description |
|---|---|
| com.amazonaws.services.codeconnections |
|
| com.amazonaws.services.codeconnections.model |
| Modifier and Type | Method and Description |
|---|---|
Future<GetSyncConfigurationResult> |
AWSCodeConnectionsAsyncClient.getSyncConfigurationAsync(GetSyncConfigurationRequest request,
AsyncHandler<GetSyncConfigurationRequest,GetSyncConfigurationResult> asyncHandler) |
Future<GetSyncConfigurationResult> |
AWSCodeConnectionsAsync.getSyncConfigurationAsync(GetSyncConfigurationRequest getSyncConfigurationRequest,
AsyncHandler<GetSyncConfigurationRequest,GetSyncConfigurationResult> asyncHandler)
Returns details about a sync configuration, including the sync type and resource name.
|
Future<GetSyncConfigurationResult> |
AbstractAWSCodeConnectionsAsync.getSyncConfigurationAsync(GetSyncConfigurationRequest request,
AsyncHandler<GetSyncConfigurationRequest,GetSyncConfigurationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetSyncConfigurationRequest |
GetSyncConfigurationRequest.clone() |
GetSyncConfigurationRequest |
GetSyncConfigurationRequest.withResourceName(String resourceName)
The name of the Amazon Web Services resource for the sync configuration for which you want to retrieve
information.
|
GetSyncConfigurationRequest |
GetSyncConfigurationRequest.withSyncType(String syncType)
The sync type for the sync configuration for which you want to retrieve information.
|
GetSyncConfigurationRequest |
GetSyncConfigurationRequest.withSyncType(SyncConfigurationType syncType)
The sync type for the sync configuration for which you want to retrieve information.
|
Copyright © 2024. All rights reserved.