| Package | Description |
|---|---|
| com.amazonaws.services.b2bi |
This is the Amazon Web Services B2B Data Interchange API Reference.
|
| com.amazonaws.services.b2bi.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateProfileResult> |
AWSB2BiAsyncClient.updateProfileAsync(UpdateProfileRequest request,
AsyncHandler<UpdateProfileRequest,UpdateProfileResult> asyncHandler) |
Future<UpdateProfileResult> |
AWSB2BiAsync.updateProfileAsync(UpdateProfileRequest updateProfileRequest,
AsyncHandler<UpdateProfileRequest,UpdateProfileResult> asyncHandler)
Updates the specified parameters for a profile.
|
Future<UpdateProfileResult> |
AbstractAWSB2BiAsync.updateProfileAsync(UpdateProfileRequest request,
AsyncHandler<UpdateProfileRequest,UpdateProfileResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateProfileRequest |
UpdateProfileRequest.clone() |
UpdateProfileRequest |
UpdateProfileRequest.withBusinessName(String businessName)
Specifies the name for the business associated with this profile.
|
UpdateProfileRequest |
UpdateProfileRequest.withEmail(String email)
Specifies the email address associated with this customer profile.
|
UpdateProfileRequest |
UpdateProfileRequest.withName(String name)
The name of the profile, used to identify it.
|
UpdateProfileRequest |
UpdateProfileRequest.withPhone(String phone)
Specifies the phone number associated with the profile.
|
UpdateProfileRequest |
UpdateProfileRequest.withProfileId(String profileId)
Specifies the unique, system-generated identifier for the profile.
|
Copyright © 2024. All rights reserved.