Uses of Class
software.amazon.awssdk.services.resiliencehub.model.UpdateAppVersionAppComponentResponse
-
Packages that use UpdateAppVersionAppComponentResponse Package Description software.amazon.awssdk.services.resiliencehub Resilience Hub helps you proactively prepare and protect your Amazon Web Services applications from disruptions. -
-
Uses of UpdateAppVersionAppComponentResponse in software.amazon.awssdk.services.resiliencehub
Methods in software.amazon.awssdk.services.resiliencehub that return UpdateAppVersionAppComponentResponse Modifier and Type Method Description default UpdateAppVersionAppComponentResponseResiliencehubClient. updateAppVersionAppComponent(Consumer<UpdateAppVersionAppComponentRequest.Builder> updateAppVersionAppComponentRequest)Updates an existing Application Component in the Resilience Hub application.default UpdateAppVersionAppComponentResponseResiliencehubClient. updateAppVersionAppComponent(UpdateAppVersionAppComponentRequest updateAppVersionAppComponentRequest)Updates an existing Application Component in the Resilience Hub application.Methods in software.amazon.awssdk.services.resiliencehub that return types with arguments of type UpdateAppVersionAppComponentResponse Modifier and Type Method Description default CompletableFuture<UpdateAppVersionAppComponentResponse>ResiliencehubAsyncClient. updateAppVersionAppComponent(Consumer<UpdateAppVersionAppComponentRequest.Builder> updateAppVersionAppComponentRequest)Updates an existing Application Component in the Resilience Hub application.default CompletableFuture<UpdateAppVersionAppComponentResponse>ResiliencehubAsyncClient. updateAppVersionAppComponent(UpdateAppVersionAppComponentRequest updateAppVersionAppComponentRequest)Updates an existing Application Component in the Resilience Hub application.
-