| Package | Description |
|---|---|
| com.amazonaws.services.customerprofiles |
|
| com.amazonaws.services.customerprofiles.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListIntegrationsResult> |
AmazonCustomerProfilesAsyncClient.listIntegrationsAsync(ListIntegrationsRequest request,
AsyncHandler<ListIntegrationsRequest,ListIntegrationsResult> asyncHandler) |
Future<ListIntegrationsResult> |
AbstractAmazonCustomerProfilesAsync.listIntegrationsAsync(ListIntegrationsRequest request,
AsyncHandler<ListIntegrationsRequest,ListIntegrationsResult> asyncHandler) |
Future<ListIntegrationsResult> |
AmazonCustomerProfilesAsync.listIntegrationsAsync(ListIntegrationsRequest listIntegrationsRequest,
AsyncHandler<ListIntegrationsRequest,ListIntegrationsResult> asyncHandler)
Lists all of the integrations in your domain.
|
| Modifier and Type | Method and Description |
|---|---|
ListIntegrationsRequest |
ListIntegrationsRequest.clone() |
ListIntegrationsRequest |
ListIntegrationsRequest.withDomainName(String domainName)
The unique name of the domain.
|
ListIntegrationsRequest |
ListIntegrationsRequest.withIncludeHidden(Boolean includeHidden)
Boolean to indicate if hidden integration should be returned.
|
ListIntegrationsRequest |
ListIntegrationsRequest.withMaxResults(Integer maxResults)
The maximum number of objects returned per page.
|
ListIntegrationsRequest |
ListIntegrationsRequest.withNextToken(String nextToken)
The pagination token from the previous ListIntegrations API call.
|
Copyright © 2024. All rights reserved.