| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
AnalyticsDataAssociationResult |
AnalyticsDataAssociationResult.clone() |
AnalyticsDataAssociationResult |
AnalyticsDataAssociationResult.withDataSetId(String dataSetId)
The identifier of the dataset.
|
AnalyticsDataAssociationResult |
AnalyticsDataAssociationResult.withResourceShareArn(String resourceShareArn)
The Amazon Resource Name (ARN) of the Resource Access Manager share.
|
AnalyticsDataAssociationResult |
AnalyticsDataAssociationResult.withResourceShareId(String resourceShareId)
The Resource Access Manager share ID.
|
AnalyticsDataAssociationResult |
AnalyticsDataAssociationResult.withTargetAccountId(String targetAccountId)
The identifier of the target account.
|
| Modifier and Type | Method and Description |
|---|---|
List<AnalyticsDataAssociationResult> |
BatchAssociateAnalyticsDataSetResult.getCreated()
Information about associations that are successfully created:
DataSetId,
TargetAccountId, ResourceShareId, ResourceShareArn. |
List<AnalyticsDataAssociationResult> |
ListAnalyticsDataAssociationsResult.getResults()
An array of successful results:
DataSetId, TargetAccountId,
ResourceShareId, ResourceShareArn. |
| Modifier and Type | Method and Description |
|---|---|
BatchAssociateAnalyticsDataSetResult |
BatchAssociateAnalyticsDataSetResult.withCreated(AnalyticsDataAssociationResult... created)
Information about associations that are successfully created:
DataSetId,
TargetAccountId, ResourceShareId, ResourceShareArn. |
ListAnalyticsDataAssociationsResult |
ListAnalyticsDataAssociationsResult.withResults(AnalyticsDataAssociationResult... results)
An array of successful results:
DataSetId, TargetAccountId,
ResourceShareId, ResourceShareArn. |
| Modifier and Type | Method and Description |
|---|---|
void |
BatchAssociateAnalyticsDataSetResult.setCreated(Collection<AnalyticsDataAssociationResult> created)
Information about associations that are successfully created:
DataSetId,
TargetAccountId, ResourceShareId, ResourceShareArn. |
void |
ListAnalyticsDataAssociationsResult.setResults(Collection<AnalyticsDataAssociationResult> results)
An array of successful results:
DataSetId, TargetAccountId,
ResourceShareId, ResourceShareArn. |
BatchAssociateAnalyticsDataSetResult |
BatchAssociateAnalyticsDataSetResult.withCreated(Collection<AnalyticsDataAssociationResult> created)
Information about associations that are successfully created:
DataSetId,
TargetAccountId, ResourceShareId, ResourceShareArn. |
ListAnalyticsDataAssociationsResult |
ListAnalyticsDataAssociationsResult.withResults(Collection<AnalyticsDataAssociationResult> results)
An array of successful results:
DataSetId, TargetAccountId,
ResourceShareId, ResourceShareArn. |
Copyright © 2024. All rights reserved.