Uses of Class
software.amazon.awssdk.services.proton.model.GetRepositorySyncStatusResponse
-
Packages that use GetRepositorySyncStatusResponse Package Description software.amazon.awssdk.services.proton This is the Proton Service API Reference. -
-
Uses of GetRepositorySyncStatusResponse in software.amazon.awssdk.services.proton
Methods in software.amazon.awssdk.services.proton that return GetRepositorySyncStatusResponse Modifier and Type Method Description default GetRepositorySyncStatusResponseProtonClient. getRepositorySyncStatus(Consumer<GetRepositorySyncStatusRequest.Builder> getRepositorySyncStatusRequest)Get the sync status of a repository used for Proton template sync.default GetRepositorySyncStatusResponseProtonClient. getRepositorySyncStatus(GetRepositorySyncStatusRequest getRepositorySyncStatusRequest)Get the sync status of a repository used for Proton template sync.Methods in software.amazon.awssdk.services.proton that return types with arguments of type GetRepositorySyncStatusResponse Modifier and Type Method Description default CompletableFuture<GetRepositorySyncStatusResponse>ProtonAsyncClient. getRepositorySyncStatus(Consumer<GetRepositorySyncStatusRequest.Builder> getRepositorySyncStatusRequest)Get the sync status of a repository used for Proton template sync.default CompletableFuture<GetRepositorySyncStatusResponse>ProtonAsyncClient. getRepositorySyncStatus(GetRepositorySyncStatusRequest getRepositorySyncStatusRequest)Get the sync status of a repository used for Proton template sync.
-