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