| Package | Description |
|---|---|
| software.amazon.awssdk.services.customerprofiles |
|
| software.amazon.awssdk.services.customerprofiles.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListIntegrationsResponse> |
CustomerProfilesAsyncClient.listIntegrations(Consumer<ListIntegrationsRequest.Builder> listIntegrationsRequest)
Lists all of the integrations in your domain.
|
default ListIntegrationsResponse |
CustomerProfilesClient.listIntegrations(Consumer<ListIntegrationsRequest.Builder> listIntegrationsRequest)
Lists all of the integrations in your domain.
|
| Modifier and Type | Method and Description |
|---|---|
static ListIntegrationsRequest.Builder |
ListIntegrationsRequest.builder() |
ListIntegrationsRequest.Builder |
ListIntegrationsRequest.Builder.domainName(String domainName)
The unique name of the domain.
|
ListIntegrationsRequest.Builder |
ListIntegrationsRequest.Builder.maxResults(Integer maxResults)
The maximum number of objects returned per page.
|
ListIntegrationsRequest.Builder |
ListIntegrationsRequest.Builder.nextToken(String nextToken)
The pagination token from the previous ListIntegrations API call.
|
ListIntegrationsRequest.Builder |
ListIntegrationsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListIntegrationsRequest.Builder |
ListIntegrationsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListIntegrationsRequest.Builder |
ListIntegrationsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListIntegrationsRequest.Builder> |
ListIntegrationsRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.