Package | Description |
---|---|
com.amazonaws.services.redshift |
|
com.amazonaws.services.redshift.model |
Modifier and Type | Method and Description |
---|---|
AddPartnerResult |
AbstractAmazonRedshift.addPartner(AddPartnerRequest request) |
AddPartnerResult |
AmazonRedshiftClient.addPartner(AddPartnerRequest request)
Adds a partner integration to a cluster.
|
AddPartnerResult |
AmazonRedshift.addPartner(AddPartnerRequest addPartnerRequest)
Adds a partner integration to a cluster.
|
Future<AddPartnerResult> |
AbstractAmazonRedshiftAsync.addPartnerAsync(AddPartnerRequest request) |
Future<AddPartnerResult> |
AmazonRedshiftAsync.addPartnerAsync(AddPartnerRequest addPartnerRequest)
Adds a partner integration to a cluster.
|
Future<AddPartnerResult> |
AmazonRedshiftAsyncClient.addPartnerAsync(AddPartnerRequest request) |
Future<AddPartnerResult> |
AbstractAmazonRedshiftAsync.addPartnerAsync(AddPartnerRequest request,
AsyncHandler<AddPartnerRequest,AddPartnerResult> asyncHandler) |
Future<AddPartnerResult> |
AmazonRedshiftAsync.addPartnerAsync(AddPartnerRequest addPartnerRequest,
AsyncHandler<AddPartnerRequest,AddPartnerResult> asyncHandler)
Adds a partner integration to a cluster.
|
Future<AddPartnerResult> |
AmazonRedshiftAsyncClient.addPartnerAsync(AddPartnerRequest request,
AsyncHandler<AddPartnerRequest,AddPartnerResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
Future<AddPartnerResult> |
AbstractAmazonRedshiftAsync.addPartnerAsync(AddPartnerRequest request,
AsyncHandler<AddPartnerRequest,AddPartnerResult> asyncHandler) |
Future<AddPartnerResult> |
AmazonRedshiftAsync.addPartnerAsync(AddPartnerRequest addPartnerRequest,
AsyncHandler<AddPartnerRequest,AddPartnerResult> asyncHandler)
Adds a partner integration to a cluster.
|
Future<AddPartnerResult> |
AmazonRedshiftAsyncClient.addPartnerAsync(AddPartnerRequest request,
AsyncHandler<AddPartnerRequest,AddPartnerResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
AddPartnerRequest |
AddPartnerRequest.clone() |
AddPartnerRequest |
AddPartnerRequest.withAccountId(String accountId)
The Amazon Web Services account ID that owns the cluster.
|
AddPartnerRequest |
AddPartnerRequest.withClusterIdentifier(String clusterIdentifier)
The cluster identifier of the cluster that receives data from the partner.
|
AddPartnerRequest |
AddPartnerRequest.withDatabaseName(String databaseName)
The name of the database that receives data from the partner.
|
AddPartnerRequest |
AddPartnerRequest.withPartnerName(String partnerName)
The name of the partner that is authorized to send data.
|
Copyright © 2024. All rights reserved.