Uses of Class
software.amazon.awssdk.services.resiliencehub.model.UpdateAppVersionResponse
-
Packages that use UpdateAppVersionResponse Package Description software.amazon.awssdk.services.resiliencehub Resilience Hub helps you proactively prepare and protect your Amazon Web Services applications from disruptions. -
-
Uses of UpdateAppVersionResponse in software.amazon.awssdk.services.resiliencehub
Methods in software.amazon.awssdk.services.resiliencehub that return UpdateAppVersionResponse Modifier and Type Method Description default UpdateAppVersionResponseResiliencehubClient. updateAppVersion(Consumer<UpdateAppVersionRequest.Builder> updateAppVersionRequest)Updates the Resilience Hub application version.default UpdateAppVersionResponseResiliencehubClient. updateAppVersion(UpdateAppVersionRequest updateAppVersionRequest)Updates the Resilience Hub application version.Methods in software.amazon.awssdk.services.resiliencehub that return types with arguments of type UpdateAppVersionResponse Modifier and Type Method Description default CompletableFuture<UpdateAppVersionResponse>ResiliencehubAsyncClient. updateAppVersion(Consumer<UpdateAppVersionRequest.Builder> updateAppVersionRequest)Updates the Resilience Hub application version.default CompletableFuture<UpdateAppVersionResponse>ResiliencehubAsyncClient. updateAppVersion(UpdateAppVersionRequest updateAppVersionRequest)Updates the Resilience Hub application version.
-