Uses of Class
software.amazon.awssdk.services.wellarchitected.model.UpdateWorkloadResponse
-
Packages that use UpdateWorkloadResponse Package Description software.amazon.awssdk.services.wellarchitected Well-Architected Tool -
-
Uses of UpdateWorkloadResponse in software.amazon.awssdk.services.wellarchitected
Methods in software.amazon.awssdk.services.wellarchitected that return UpdateWorkloadResponse Modifier and Type Method Description default UpdateWorkloadResponseWellArchitectedClient. updateWorkload(Consumer<UpdateWorkloadRequest.Builder> updateWorkloadRequest)Update an existing workload.default UpdateWorkloadResponseWellArchitectedClient. updateWorkload(UpdateWorkloadRequest updateWorkloadRequest)Update an existing workload.Methods in software.amazon.awssdk.services.wellarchitected that return types with arguments of type UpdateWorkloadResponse Modifier and Type Method Description default CompletableFuture<UpdateWorkloadResponse>WellArchitectedAsyncClient. updateWorkload(Consumer<UpdateWorkloadRequest.Builder> updateWorkloadRequest)Update an existing workload.default CompletableFuture<UpdateWorkloadResponse>WellArchitectedAsyncClient. updateWorkload(UpdateWorkloadRequest updateWorkloadRequest)Update an existing workload.
-