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