| Package | Description |
|---|---|
| com.amazonaws.services.codestarconnections |
|
| com.amazonaws.services.codestarconnections.model |
| Modifier and Type | Method and Description |
|---|---|
Future<GetSyncConfigurationResult> |
AbstractAWSCodeStarconnectionsAsync.getSyncConfigurationAsync(GetSyncConfigurationRequest request,
AsyncHandler<GetSyncConfigurationRequest,GetSyncConfigurationResult> asyncHandler) |
Future<GetSyncConfigurationResult> |
AWSCodeStarconnectionsAsyncClient.getSyncConfigurationAsync(GetSyncConfigurationRequest request,
AsyncHandler<GetSyncConfigurationRequest,GetSyncConfigurationResult> asyncHandler) |
Future<GetSyncConfigurationResult> |
AWSCodeStarconnectionsAsync.getSyncConfigurationAsync(GetSyncConfigurationRequest getSyncConfigurationRequest,
AsyncHandler<GetSyncConfigurationRequest,GetSyncConfigurationResult> asyncHandler)
Returns details about a sync configuration, including the sync type and resource name.
|
| 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 © 2023. All rights reserved.