| Package | Description |
|---|---|
| com.amazonaws.services.customerprofiles |
|
| com.amazonaws.services.customerprofiles.model |
| Modifier and Type | Method and Description |
|---|---|
GetIntegrationResult |
AbstractAmazonCustomerProfiles.getIntegration(GetIntegrationRequest request) |
GetIntegrationResult |
AmazonCustomerProfiles.getIntegration(GetIntegrationRequest getIntegrationRequest)
Returns an integration for a domain.
|
GetIntegrationResult |
AmazonCustomerProfilesClient.getIntegration(GetIntegrationRequest request)
Returns an integration for a domain.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetIntegrationResult> |
AmazonCustomerProfilesAsyncClient.getIntegrationAsync(GetIntegrationRequest request,
AsyncHandler<GetIntegrationRequest,GetIntegrationResult> asyncHandler) |
Future<GetIntegrationResult> |
AmazonCustomerProfilesAsync.getIntegrationAsync(GetIntegrationRequest getIntegrationRequest,
AsyncHandler<GetIntegrationRequest,GetIntegrationResult> asyncHandler)
Returns an integration for a domain.
|
Future<GetIntegrationResult> |
AbstractAmazonCustomerProfilesAsync.getIntegrationAsync(GetIntegrationRequest request,
AsyncHandler<GetIntegrationRequest,GetIntegrationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetIntegrationResult |
GetIntegrationResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
GetIntegrationResult |
GetIntegrationResult.clearTagsEntries()
Removes all the entries added into Tags.
|
GetIntegrationResult |
GetIntegrationResult.clone() |
GetIntegrationResult |
GetIntegrationResult.withCreatedAt(Date createdAt)
The timestamp of when the domain was created.
|
GetIntegrationResult |
GetIntegrationResult.withDomainName(String domainName)
The unique name of the domain.
|
GetIntegrationResult |
GetIntegrationResult.withLastUpdatedAt(Date lastUpdatedAt)
The timestamp of when the domain was most recently edited.
|
GetIntegrationResult |
GetIntegrationResult.withObjectTypeName(String objectTypeName)
The name of the profile object type.
|
GetIntegrationResult |
GetIntegrationResult.withTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
GetIntegrationResult |
GetIntegrationResult.withUri(String uri)
The URI of the S3 bucket or any other type of data source.
|
Copyright © 2021. All rights reserved.