| 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 |
|---|---|
GetProfileResult |
AWSB2BiClient.getProfile(GetProfileRequest request)
Retrieves the details for the profile specified by the profile ID.
|
GetProfileResult |
AbstractAWSB2Bi.getProfile(GetProfileRequest request) |
GetProfileResult |
AWSB2Bi.getProfile(GetProfileRequest getProfileRequest)
Retrieves the details for the profile specified by the profile ID.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetProfileResult> |
AWSB2BiAsyncClient.getProfileAsync(GetProfileRequest request) |
Future<GetProfileResult> |
AWSB2BiAsync.getProfileAsync(GetProfileRequest getProfileRequest)
Retrieves the details for the profile specified by the profile ID.
|
Future<GetProfileResult> |
AbstractAWSB2BiAsync.getProfileAsync(GetProfileRequest request) |
Future<GetProfileResult> |
AWSB2BiAsyncClient.getProfileAsync(GetProfileRequest request,
AsyncHandler<GetProfileRequest,GetProfileResult> asyncHandler) |
Future<GetProfileResult> |
AWSB2BiAsync.getProfileAsync(GetProfileRequest getProfileRequest,
AsyncHandler<GetProfileRequest,GetProfileResult> asyncHandler)
Retrieves the details for the profile specified by the profile ID.
|
Future<GetProfileResult> |
AbstractAWSB2BiAsync.getProfileAsync(GetProfileRequest request,
AsyncHandler<GetProfileRequest,GetProfileResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetProfileResult> |
AWSB2BiAsyncClient.getProfileAsync(GetProfileRequest request,
AsyncHandler<GetProfileRequest,GetProfileResult> asyncHandler) |
Future<GetProfileResult> |
AWSB2BiAsync.getProfileAsync(GetProfileRequest getProfileRequest,
AsyncHandler<GetProfileRequest,GetProfileResult> asyncHandler)
Retrieves the details for the profile specified by the profile ID.
|
Future<GetProfileResult> |
AbstractAWSB2BiAsync.getProfileAsync(GetProfileRequest request,
AsyncHandler<GetProfileRequest,GetProfileResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetProfileResult |
GetProfileResult.clone() |
GetProfileResult |
GetProfileResult.withBusinessName(String businessName)
Returns the name for the business associated with this profile.
|
GetProfileResult |
GetProfileResult.withCreatedAt(Date createdAt)
Returns a timestamp for creation date and time of the transformer.
|
GetProfileResult |
GetProfileResult.withEmail(String email)
Returns the email address associated with this customer profile.
|
GetProfileResult |
GetProfileResult.withLogging(Logging logging)
Returns whether or not logging is enabled for this profile.
|
GetProfileResult |
GetProfileResult.withLogging(String logging)
Returns whether or not logging is enabled for this profile.
|
GetProfileResult |
GetProfileResult.withLogGroupName(String logGroupName)
Returns the name of the logging group.
|
GetProfileResult |
GetProfileResult.withModifiedAt(Date modifiedAt)
Returns a timestamp for last time the profile was modified.
|
GetProfileResult |
GetProfileResult.withName(String name)
Returns the name of the profile, used to identify it.
|
GetProfileResult |
GetProfileResult.withPhone(String phone)
Returns the phone number associated with the profile.
|
GetProfileResult |
GetProfileResult.withProfileArn(String profileArn)
Returns an Amazon Resource Name (ARN) for a specific Amazon Web Services resource, such as a capability,
partnership, profile, or transformer.
|
GetProfileResult |
GetProfileResult.withProfileId(String profileId)
Returns the unique, system-generated identifier for the profile.
|
Copyright © 2024. All rights reserved.