| Package | Description |
|---|---|
| com.amazonaws.services.redshift.model |
| Modifier and Type | Method and Description |
|---|---|
PartnerIntegrationInfo |
PartnerIntegrationInfo.clone() |
PartnerIntegrationInfo |
PartnerIntegrationInfo.withCreatedAt(Date createdAt)
The date (UTC) that the partner integration was created.
|
PartnerIntegrationInfo |
PartnerIntegrationInfo.withDatabaseName(String databaseName)
The name of the database that receives data from a partner.
|
PartnerIntegrationInfo |
PartnerIntegrationInfo.withPartnerName(String partnerName)
The name of the partner.
|
PartnerIntegrationInfo |
PartnerIntegrationInfo.withStatus(PartnerIntegrationStatus status)
The partner integration status.
|
PartnerIntegrationInfo |
PartnerIntegrationInfo.withStatus(String status)
The partner integration status.
|
PartnerIntegrationInfo |
PartnerIntegrationInfo.withStatusMessage(String statusMessage)
The status message provided by the partner.
|
PartnerIntegrationInfo |
PartnerIntegrationInfo.withUpdatedAt(Date updatedAt)
The date (UTC) that the partner integration status was last updated by the partner.
|
| Modifier and Type | Method and Description |
|---|---|
List<PartnerIntegrationInfo> |
DescribePartnersResult.getPartnerIntegrationInfoList()
A list of partner integrations.
|
| Modifier and Type | Method and Description |
|---|---|
DescribePartnersResult |
DescribePartnersResult.withPartnerIntegrationInfoList(PartnerIntegrationInfo... partnerIntegrationInfoList)
A list of partner integrations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribePartnersResult.setPartnerIntegrationInfoList(Collection<PartnerIntegrationInfo> partnerIntegrationInfoList)
A list of partner integrations.
|
DescribePartnersResult |
DescribePartnersResult.withPartnerIntegrationInfoList(Collection<PartnerIntegrationInfo> partnerIntegrationInfoList)
A list of partner integrations.
|
Copyright © 2023. All rights reserved.