Uses of Class
software.amazon.awssdk.services.codestarconnections.model.GetSyncBlockerSummaryResponse
-
Packages that use GetSyncBlockerSummaryResponse Package Description software.amazon.awssdk.services.codestarconnections AWS CodeStar Connections -
-
Uses of GetSyncBlockerSummaryResponse in software.amazon.awssdk.services.codestarconnections
Methods in software.amazon.awssdk.services.codestarconnections that return GetSyncBlockerSummaryResponse Modifier and Type Method Description default GetSyncBlockerSummaryResponseCodeStarConnectionsClient. getSyncBlockerSummary(Consumer<GetSyncBlockerSummaryRequest.Builder> getSyncBlockerSummaryRequest)Returns a list of the most recent sync blockers.default GetSyncBlockerSummaryResponseCodeStarConnectionsClient. getSyncBlockerSummary(GetSyncBlockerSummaryRequest getSyncBlockerSummaryRequest)Returns a list of the most recent sync blockers.Methods in software.amazon.awssdk.services.codestarconnections that return types with arguments of type GetSyncBlockerSummaryResponse Modifier and Type Method Description default CompletableFuture<GetSyncBlockerSummaryResponse>CodeStarConnectionsAsyncClient. getSyncBlockerSummary(Consumer<GetSyncBlockerSummaryRequest.Builder> getSyncBlockerSummaryRequest)Returns a list of the most recent sync blockers.default CompletableFuture<GetSyncBlockerSummaryResponse>CodeStarConnectionsAsyncClient. getSyncBlockerSummary(GetSyncBlockerSummaryRequest getSyncBlockerSummaryRequest)Returns a list of the most recent sync blockers.
-