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