| Package | Description |
|---|---|
| software.amazon.awssdk.services.customerprofiles |
|
| software.amazon.awssdk.services.customerprofiles.model |
| Modifier and Type | Method and Description |
|---|---|
default ListProfileObjectTypeTemplatesResponse |
CustomerProfilesClient.listProfileObjectTypeTemplates(Consumer<ListProfileObjectTypeTemplatesRequest.Builder> listProfileObjectTypeTemplatesRequest)
Lists all of the template information for object types.
|
default CompletableFuture<ListProfileObjectTypeTemplatesResponse> |
CustomerProfilesAsyncClient.listProfileObjectTypeTemplates(Consumer<ListProfileObjectTypeTemplatesRequest.Builder> listProfileObjectTypeTemplatesRequest)
Lists all of the template information for object types.
|
| Modifier and Type | Method and Description |
|---|---|
static ListProfileObjectTypeTemplatesRequest.Builder |
ListProfileObjectTypeTemplatesRequest.builder() |
ListProfileObjectTypeTemplatesRequest.Builder |
ListProfileObjectTypeTemplatesRequest.Builder.maxResults(Integer maxResults)
The maximum number of objects returned per page.
|
ListProfileObjectTypeTemplatesRequest.Builder |
ListProfileObjectTypeTemplatesRequest.Builder.nextToken(String nextToken)
The pagination token from the previous ListObjectTypeTemplates API call.
|
ListProfileObjectTypeTemplatesRequest.Builder |
ListProfileObjectTypeTemplatesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListProfileObjectTypeTemplatesRequest.Builder |
ListProfileObjectTypeTemplatesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListProfileObjectTypeTemplatesRequest.Builder |
ListProfileObjectTypeTemplatesRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListProfileObjectTypeTemplatesRequest.Builder> |
ListProfileObjectTypeTemplatesRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.