| Package | Description |
|---|---|
| com.amazonaws.services.customerprofiles |
|
| com.amazonaws.services.customerprofiles.model |
| Modifier and Type | Method and Description |
|---|---|
ListAccountIntegrationsResult |
AbstractAmazonCustomerProfiles.listAccountIntegrations(ListAccountIntegrationsRequest request) |
ListAccountIntegrationsResult |
AmazonCustomerProfilesClient.listAccountIntegrations(ListAccountIntegrationsRequest request)
Lists all of the integrations associated to a specific URI in the AWS account.
|
ListAccountIntegrationsResult |
AmazonCustomerProfiles.listAccountIntegrations(ListAccountIntegrationsRequest listAccountIntegrationsRequest)
Lists all of the integrations associated to a specific URI in the AWS account.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListAccountIntegrationsResult> |
AbstractAmazonCustomerProfilesAsync.listAccountIntegrationsAsync(ListAccountIntegrationsRequest request,
AsyncHandler<ListAccountIntegrationsRequest,ListAccountIntegrationsResult> asyncHandler) |
Future<ListAccountIntegrationsResult> |
AmazonCustomerProfilesAsyncClient.listAccountIntegrationsAsync(ListAccountIntegrationsRequest request,
AsyncHandler<ListAccountIntegrationsRequest,ListAccountIntegrationsResult> asyncHandler) |
Future<ListAccountIntegrationsResult> |
AmazonCustomerProfilesAsync.listAccountIntegrationsAsync(ListAccountIntegrationsRequest listAccountIntegrationsRequest,
AsyncHandler<ListAccountIntegrationsRequest,ListAccountIntegrationsResult> asyncHandler)
Lists all of the integrations associated to a specific URI in the AWS account.
|
| Modifier and Type | Method and Description |
|---|---|
ListAccountIntegrationsResult |
ListAccountIntegrationsResult.clone() |
ListAccountIntegrationsResult |
ListAccountIntegrationsResult.withItems(Collection<ListIntegrationItem> items)
The list of ListAccountIntegration instances.
|
ListAccountIntegrationsResult |
ListAccountIntegrationsResult.withItems(ListIntegrationItem... items)
The list of ListAccountIntegration instances.
|
ListAccountIntegrationsResult |
ListAccountIntegrationsResult.withNextToken(String nextToken)
The pagination token from the previous ListAccountIntegrations API call.
|
Copyright © 2022. All rights reserved.