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