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