Uses of Class
software.amazon.awssdk.services.proton.model.GetTemplateSyncStatusResponse
-
Packages that use GetTemplateSyncStatusResponse Package Description software.amazon.awssdk.services.proton This is the Proton Service API Reference. -
-
Uses of GetTemplateSyncStatusResponse in software.amazon.awssdk.services.proton
Methods in software.amazon.awssdk.services.proton that return GetTemplateSyncStatusResponse Modifier and Type Method Description default GetTemplateSyncStatusResponseProtonClient. getTemplateSyncStatus(Consumer<GetTemplateSyncStatusRequest.Builder> getTemplateSyncStatusRequest)Get the status of a template sync.default GetTemplateSyncStatusResponseProtonClient. getTemplateSyncStatus(GetTemplateSyncStatusRequest getTemplateSyncStatusRequest)Get the status of a template sync.Methods in software.amazon.awssdk.services.proton that return types with arguments of type GetTemplateSyncStatusResponse Modifier and Type Method Description default CompletableFuture<GetTemplateSyncStatusResponse>ProtonAsyncClient. getTemplateSyncStatus(Consumer<GetTemplateSyncStatusRequest.Builder> getTemplateSyncStatusRequest)Get the status of a template sync.default CompletableFuture<GetTemplateSyncStatusResponse>ProtonAsyncClient. getTemplateSyncStatus(GetTemplateSyncStatusRequest getTemplateSyncStatusRequest)Get the status of a template sync.
-