Uses of Class
software.amazon.awssdk.services.wellarchitected.model.CreateProfileResponse
-
Packages that use CreateProfileResponse Package Description software.amazon.awssdk.services.wellarchitected Well-Architected Tool -
-
Uses of CreateProfileResponse in software.amazon.awssdk.services.wellarchitected
Methods in software.amazon.awssdk.services.wellarchitected that return CreateProfileResponse Modifier and Type Method Description default CreateProfileResponseWellArchitectedClient. createProfile(Consumer<CreateProfileRequest.Builder> createProfileRequest)Create a profile.default CreateProfileResponseWellArchitectedClient. createProfile(CreateProfileRequest createProfileRequest)Create a profile.Methods in software.amazon.awssdk.services.wellarchitected that return types with arguments of type CreateProfileResponse Modifier and Type Method Description default CompletableFuture<CreateProfileResponse>WellArchitectedAsyncClient. createProfile(Consumer<CreateProfileRequest.Builder> createProfileRequest)Create a profile.default CompletableFuture<CreateProfileResponse>WellArchitectedAsyncClient. createProfile(CreateProfileRequest createProfileRequest)Create a profile.
-