| 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<CreateProfileResult> |
AbstractAWSB2BiAsync.createProfileAsync(CreateProfileRequest request,
AsyncHandler<CreateProfileRequest,CreateProfileResult> asyncHandler) |
Future<CreateProfileResult> |
AWSB2BiAsync.createProfileAsync(CreateProfileRequest createProfileRequest,
AsyncHandler<CreateProfileRequest,CreateProfileResult> asyncHandler)
Creates a customer profile.
|
Future<CreateProfileResult> |
AWSB2BiAsyncClient.createProfileAsync(CreateProfileRequest request,
AsyncHandler<CreateProfileRequest,CreateProfileResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateProfileRequest |
CreateProfileRequest.clone() |
CreateProfileRequest |
CreateProfileRequest.withBusinessName(String businessName)
Specifies the name for the business associated with this profile.
|
CreateProfileRequest |
CreateProfileRequest.withClientToken(String clientToken)
Reserved for future use.
|
CreateProfileRequest |
CreateProfileRequest.withEmail(String email)
Specifies the email address associated with this customer profile.
|
CreateProfileRequest |
CreateProfileRequest.withLogging(Logging logging)
Specifies whether or not logging is enabled for this profile.
|
CreateProfileRequest |
CreateProfileRequest.withLogging(String logging)
Specifies whether or not logging is enabled for this profile.
|
CreateProfileRequest |
CreateProfileRequest.withName(String name)
Specifies the name of the profile.
|
CreateProfileRequest |
CreateProfileRequest.withPhone(String phone)
Specifies the phone number associated with the profile.
|
CreateProfileRequest |
CreateProfileRequest.withTags(Collection<Tag> tags)
Specifies the key-value pairs assigned to ARNs that you can use to group and search for resources by type.
|
CreateProfileRequest |
CreateProfileRequest.withTags(Tag... tags)
Specifies the key-value pairs assigned to ARNs that you can use to group and search for resources by type.
|
Copyright © 2023. All rights reserved.