Uses of Class
software.amazon.awssdk.services.codeconnections.model.GetSyncConfigurationResponse
-
Packages that use GetSyncConfigurationResponse Package Description software.amazon.awssdk.services.codeconnections AWS CodeConnections -
-
Uses of GetSyncConfigurationResponse in software.amazon.awssdk.services.codeconnections
Methods in software.amazon.awssdk.services.codeconnections that return GetSyncConfigurationResponse Modifier and Type Method Description default GetSyncConfigurationResponseCodeConnectionsClient. getSyncConfiguration(Consumer<GetSyncConfigurationRequest.Builder> getSyncConfigurationRequest)Returns details about a sync configuration, including the sync type and resource name.default GetSyncConfigurationResponseCodeConnectionsClient. getSyncConfiguration(GetSyncConfigurationRequest getSyncConfigurationRequest)Returns details about a sync configuration, including the sync type and resource name.Methods in software.amazon.awssdk.services.codeconnections that return types with arguments of type GetSyncConfigurationResponse Modifier and Type Method Description default CompletableFuture<GetSyncConfigurationResponse>CodeConnectionsAsyncClient. getSyncConfiguration(Consumer<GetSyncConfigurationRequest.Builder> getSyncConfigurationRequest)Returns details about a sync configuration, including the sync type and resource name.default CompletableFuture<GetSyncConfigurationResponse>CodeConnectionsAsyncClient. getSyncConfiguration(GetSyncConfigurationRequest getSyncConfigurationRequest)Returns details about a sync configuration, including the sync type and resource name.
-