| Package | Description |
|---|---|
| software.amazon.awssdk.services.customerprofiles |
|
| software.amazon.awssdk.services.customerprofiles.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListDomainsResponse> |
CustomerProfilesAsyncClient.listDomains(Consumer<ListDomainsRequest.Builder> listDomainsRequest)
Returns a list of all the domains for an AWS account that have been created.
|
default ListDomainsResponse |
CustomerProfilesClient.listDomains(Consumer<ListDomainsRequest.Builder> listDomainsRequest)
Returns a list of all the domains for an AWS account that have been created.
|
| Modifier and Type | Method and Description |
|---|---|
static ListDomainsRequest.Builder |
ListDomainsRequest.builder() |
ListDomainsRequest.Builder |
ListDomainsRequest.Builder.maxResults(Integer maxResults)
The maximum number of objects returned per page.
|
ListDomainsRequest.Builder |
ListDomainsRequest.Builder.nextToken(String nextToken)
The pagination token from the previous ListDomain API call.
|
ListDomainsRequest.Builder |
ListDomainsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListDomainsRequest.Builder |
ListDomainsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListDomainsRequest.Builder |
ListDomainsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListDomainsRequest.Builder> |
ListDomainsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.