Uses of Class
software.amazon.awssdk.services.opsworks.model.CreateUserProfileResponse
-
Packages that use CreateUserProfileResponse Package Description software.amazon.awssdk.services.opsworks AWS OpsWorks -
-
Uses of CreateUserProfileResponse in software.amazon.awssdk.services.opsworks
Methods in software.amazon.awssdk.services.opsworks that return CreateUserProfileResponse Modifier and Type Method Description default CreateUserProfileResponseOpsWorksClient. createUserProfile(Consumer<CreateUserProfileRequest.Builder> createUserProfileRequest)Creates a new user profile.default CreateUserProfileResponseOpsWorksClient. createUserProfile(CreateUserProfileRequest createUserProfileRequest)Creates a new user profile.Methods in software.amazon.awssdk.services.opsworks that return types with arguments of type CreateUserProfileResponse Modifier and Type Method Description default CompletableFuture<CreateUserProfileResponse>OpsWorksAsyncClient. createUserProfile(Consumer<CreateUserProfileRequest.Builder> createUserProfileRequest)Creates a new user profile.default CompletableFuture<CreateUserProfileResponse>OpsWorksAsyncClient. createUserProfile(CreateUserProfileRequest createUserProfileRequest)Creates a new user profile.
-