| Package | Description |
|---|---|
| com.amazonaws.services.customerprofiles |
|
| com.amazonaws.services.customerprofiles.model |
| 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 |
|---|---|
ListAccountIntegrationsRequest |
ListAccountIntegrationsRequest.clone() |
ListAccountIntegrationsRequest |
ListAccountIntegrationsRequest.withIncludeHidden(Boolean includeHidden)
Boolean to indicate if hidden integration should be returned.
|
ListAccountIntegrationsRequest |
ListAccountIntegrationsRequest.withMaxResults(Integer maxResults)
The maximum number of objects returned per page.
|
ListAccountIntegrationsRequest |
ListAccountIntegrationsRequest.withNextToken(String nextToken)
The pagination token from the previous ListAccountIntegrations API call.
|
ListAccountIntegrationsRequest |
ListAccountIntegrationsRequest.withUri(String uri)
The URI of the S3 bucket or any other type of data source.
|
Copyright © 2025. All rights reserved.