Uses of Class
software.amazon.awssdk.services.wellarchitected.model.UpdateProfileResponse
-
Packages that use UpdateProfileResponse Package Description software.amazon.awssdk.services.wellarchitected Well-Architected Tool -
-
Uses of UpdateProfileResponse in software.amazon.awssdk.services.wellarchitected
Methods in software.amazon.awssdk.services.wellarchitected that return UpdateProfileResponse Modifier and Type Method Description default UpdateProfileResponseWellArchitectedClient. updateProfile(Consumer<UpdateProfileRequest.Builder> updateProfileRequest)Update a profile.default UpdateProfileResponseWellArchitectedClient. updateProfile(UpdateProfileRequest updateProfileRequest)Update a profile.Methods in software.amazon.awssdk.services.wellarchitected that return types with arguments of type UpdateProfileResponse Modifier and Type Method Description default CompletableFuture<UpdateProfileResponse>WellArchitectedAsyncClient. updateProfile(Consumer<UpdateProfileRequest.Builder> updateProfileRequest)Update a profile.default CompletableFuture<UpdateProfileResponse>WellArchitectedAsyncClient. updateProfile(UpdateProfileRequest updateProfileRequest)Update a profile.
-