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