| Package | Description |
|---|---|
| software.amazon.awssdk.services.customerprofiles |
|
| software.amazon.awssdk.services.customerprofiles.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetIntegrationResponse> |
CustomerProfilesAsyncClient.getIntegration(Consumer<GetIntegrationRequest.Builder> getIntegrationRequest)
Returns an integration for a domain.
|
default GetIntegrationResponse |
CustomerProfilesClient.getIntegration(Consumer<GetIntegrationRequest.Builder> getIntegrationRequest)
Returns an integration for a domain.
|
| Modifier and Type | Method and Description |
|---|---|
static GetIntegrationRequest.Builder |
GetIntegrationRequest.builder() |
GetIntegrationRequest.Builder |
GetIntegrationRequest.Builder.domainName(String domainName)
The unique name of the domain.
|
GetIntegrationRequest.Builder |
GetIntegrationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetIntegrationRequest.Builder |
GetIntegrationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetIntegrationRequest.Builder |
GetIntegrationRequest.toBuilder() |
GetIntegrationRequest.Builder |
GetIntegrationRequest.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 GetIntegrationRequest.Builder> |
GetIntegrationRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.