| 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 |
|---|---|
CreateProfileResult |
AWSB2BiClient.createProfile(CreateProfileRequest request)
Creates a customer profile.
|
CreateProfileResult |
AbstractAWSB2Bi.createProfile(CreateProfileRequest request) |
CreateProfileResult |
AWSB2Bi.createProfile(CreateProfileRequest createProfileRequest)
Creates a customer profile.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateProfileResult> |
AWSB2BiAsyncClient.createProfileAsync(CreateProfileRequest request) |
Future<CreateProfileResult> |
AWSB2BiAsync.createProfileAsync(CreateProfileRequest createProfileRequest)
Creates a customer profile.
|
Future<CreateProfileResult> |
AbstractAWSB2BiAsync.createProfileAsync(CreateProfileRequest request) |
Future<CreateProfileResult> |
AWSB2BiAsyncClient.createProfileAsync(CreateProfileRequest request,
AsyncHandler<CreateProfileRequest,CreateProfileResult> asyncHandler) |
Future<CreateProfileResult> |
AWSB2BiAsync.createProfileAsync(CreateProfileRequest createProfileRequest,
AsyncHandler<CreateProfileRequest,CreateProfileResult> asyncHandler)
Creates a customer profile.
|
Future<CreateProfileResult> |
AbstractAWSB2BiAsync.createProfileAsync(CreateProfileRequest request,
AsyncHandler<CreateProfileRequest,CreateProfileResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateProfileResult> |
AWSB2BiAsyncClient.createProfileAsync(CreateProfileRequest request,
AsyncHandler<CreateProfileRequest,CreateProfileResult> asyncHandler) |
Future<CreateProfileResult> |
AWSB2BiAsync.createProfileAsync(CreateProfileRequest createProfileRequest,
AsyncHandler<CreateProfileRequest,CreateProfileResult> asyncHandler)
Creates a customer profile.
|
Future<CreateProfileResult> |
AbstractAWSB2BiAsync.createProfileAsync(CreateProfileRequest request,
AsyncHandler<CreateProfileRequest,CreateProfileResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateProfileResult |
CreateProfileResult.clone() |
CreateProfileResult |
CreateProfileResult.withBusinessName(String businessName)
Returns the name for the business associated with this profile.
|
CreateProfileResult |
CreateProfileResult.withCreatedAt(Date createdAt)
Returns a timestamp representing the time the profile was created.
|
CreateProfileResult |
CreateProfileResult.withEmail(String email)
Returns the email address associated with this customer profile.
|
CreateProfileResult |
CreateProfileResult.withLogging(Logging logging)
Returns whether or not logging is turned on for this profile.
|
CreateProfileResult |
CreateProfileResult.withLogging(String logging)
Returns whether or not logging is turned on for this profile.
|
CreateProfileResult |
CreateProfileResult.withLogGroupName(String logGroupName)
Returns the name of the logging group.
|
CreateProfileResult |
CreateProfileResult.withName(String name)
Returns the name of the profile, used to identify it.
|
CreateProfileResult |
CreateProfileResult.withPhone(String phone)
Returns the phone number associated with the profile.
|
CreateProfileResult |
CreateProfileResult.withProfileArn(String profileArn)
Returns an Amazon Resource Name (ARN) for the profile.
|
CreateProfileResult |
CreateProfileResult.withProfileId(String profileId)
Returns the unique, system-generated identifier for the profile.
|
Copyright © 2024. All rights reserved.