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