| Package | Description |
|---|---|
| software.amazon.awssdk.services.customerprofiles |
|
| software.amazon.awssdk.services.customerprofiles.model |
| Modifier and Type | Method and Description |
|---|---|
default ListAccountIntegrationsResponse |
CustomerProfilesClient.listAccountIntegrations(Consumer<ListAccountIntegrationsRequest.Builder> listAccountIntegrationsRequest)
Lists all of the integrations associated to a specific URI in the AWS account.
|
default CompletableFuture<ListAccountIntegrationsResponse> |
CustomerProfilesAsyncClient.listAccountIntegrations(Consumer<ListAccountIntegrationsRequest.Builder> listAccountIntegrationsRequest)
Lists all of the integrations associated to a specific URI in the AWS account.
|
| Modifier and Type | Method and Description |
|---|---|
static ListAccountIntegrationsRequest.Builder |
ListAccountIntegrationsRequest.builder() |
ListAccountIntegrationsRequest.Builder |
ListAccountIntegrationsRequest.Builder.maxResults(Integer maxResults)
The maximum number of objects returned per page.
|
ListAccountIntegrationsRequest.Builder |
ListAccountIntegrationsRequest.Builder.nextToken(String nextToken)
The pagination token from the previous ListAccountIntegrations API call.
|
ListAccountIntegrationsRequest.Builder |
ListAccountIntegrationsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListAccountIntegrationsRequest.Builder |
ListAccountIntegrationsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListAccountIntegrationsRequest.Builder |
ListAccountIntegrationsRequest.toBuilder() |
ListAccountIntegrationsRequest.Builder |
ListAccountIntegrationsRequest.Builder.uri(String uri)
The URI of the S3 bucket or any other type of data source.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListAccountIntegrationsRequest.Builder> |
ListAccountIntegrationsRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.