| 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 |
|---|---|
UpdateProfileResult |
AbstractAWSB2Bi.updateProfile(UpdateProfileRequest request) |
UpdateProfileResult |
AWSB2Bi.updateProfile(UpdateProfileRequest updateProfileRequest)
Updates the specified parameters for a profile.
|
UpdateProfileResult |
AWSB2BiClient.updateProfile(UpdateProfileRequest request)
Updates the specified parameters for a profile.
|
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateProfileResult> |
AbstractAWSB2BiAsync.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> |
AWSB2BiAsyncClient.updateProfileAsync(UpdateProfileRequest request,
AsyncHandler<UpdateProfileRequest,UpdateProfileResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateProfileResult |
UpdateProfileResult.clone() |
UpdateProfileResult |
UpdateProfileResult.withBusinessName(String businessName)
Returns the name for the business associated with this profile.
|
UpdateProfileResult |
UpdateProfileResult.withCreatedAt(Date createdAt)
Returns a timestamp for creation date and time of the profile.
|
UpdateProfileResult |
UpdateProfileResult.withEmail(String email)
Returns the email address associated with this customer profile.
|
UpdateProfileResult |
UpdateProfileResult.withLogging(Logging logging)
Specifies whether or not logging is enabled for this profile.
|
UpdateProfileResult |
UpdateProfileResult.withLogging(String logging)
Specifies whether or not logging is enabled for this profile.
|
UpdateProfileResult |
UpdateProfileResult.withLogGroupName(String logGroupName)
Returns the name of the logging group.
|
UpdateProfileResult |
UpdateProfileResult.withModifiedAt(Date modifiedAt)
Returns a timestamp for last time the profile was modified.
|
UpdateProfileResult |
UpdateProfileResult.withName(String name)
Returns the name of the profile.
|
UpdateProfileResult |
UpdateProfileResult.withPhone(String phone)
Returns the phone number associated with the profile.
|
UpdateProfileResult |
UpdateProfileResult.withProfileArn(String profileArn)
Returns an Amazon Resource Name (ARN) for the profile.
|
UpdateProfileResult |
UpdateProfileResult.withProfileId(String profileId)
Returns the unique, system-generated identifier for the profile.
|
Copyright © 2024. All rights reserved.