Uses of Class
software.amazon.awssdk.services.proton.model.GetServiceInstanceSyncStatusResponse
-
Packages that use GetServiceInstanceSyncStatusResponse Package Description software.amazon.awssdk.services.proton This is the Proton Service API Reference. -
-
Uses of GetServiceInstanceSyncStatusResponse in software.amazon.awssdk.services.proton
Methods in software.amazon.awssdk.services.proton that return GetServiceInstanceSyncStatusResponse Modifier and Type Method Description default GetServiceInstanceSyncStatusResponseProtonClient. getServiceInstanceSyncStatus(Consumer<GetServiceInstanceSyncStatusRequest.Builder> getServiceInstanceSyncStatusRequest)Get the status of the synced service instance.default GetServiceInstanceSyncStatusResponseProtonClient. getServiceInstanceSyncStatus(GetServiceInstanceSyncStatusRequest getServiceInstanceSyncStatusRequest)Get the status of the synced service instance.Methods in software.amazon.awssdk.services.proton that return types with arguments of type GetServiceInstanceSyncStatusResponse Modifier and Type Method Description default CompletableFuture<GetServiceInstanceSyncStatusResponse>ProtonAsyncClient. getServiceInstanceSyncStatus(Consumer<GetServiceInstanceSyncStatusRequest.Builder> getServiceInstanceSyncStatusRequest)Get the status of the synced service instance.default CompletableFuture<GetServiceInstanceSyncStatusResponse>ProtonAsyncClient. getServiceInstanceSyncStatus(GetServiceInstanceSyncStatusRequest getServiceInstanceSyncStatusRequest)Get the status of the synced service instance.
-