Package | Description |
---|---|
com.amazonaws.services.redshift |
|
com.amazonaws.services.redshift.model |
Modifier and Type | Method and Description |
---|---|
RejectDataShareResult |
AbstractAmazonRedshift.rejectDataShare(RejectDataShareRequest request) |
RejectDataShareResult |
AmazonRedshift.rejectDataShare(RejectDataShareRequest rejectDataShareRequest)
From a datashare consumer account, rejects the specified datashare.
|
RejectDataShareResult |
AmazonRedshiftClient.rejectDataShare(RejectDataShareRequest request)
From a datashare consumer account, rejects the specified datashare.
|
Modifier and Type | Method and Description |
---|---|
Future<RejectDataShareResult> |
AbstractAmazonRedshiftAsync.rejectDataShareAsync(RejectDataShareRequest request,
AsyncHandler<RejectDataShareRequest,RejectDataShareResult> asyncHandler) |
Future<RejectDataShareResult> |
AmazonRedshiftAsync.rejectDataShareAsync(RejectDataShareRequest rejectDataShareRequest,
AsyncHandler<RejectDataShareRequest,RejectDataShareResult> asyncHandler)
From a datashare consumer account, rejects the specified datashare.
|
Future<RejectDataShareResult> |
AmazonRedshiftAsyncClient.rejectDataShareAsync(RejectDataShareRequest request,
AsyncHandler<RejectDataShareRequest,RejectDataShareResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
RejectDataShareResult |
RejectDataShareResult.clone() |
RejectDataShareResult |
RejectDataShareResult.withAllowPubliclyAccessibleConsumers(Boolean allowPubliclyAccessibleConsumers)
A value that specifies whether the datashare can be shared to a publicly accessible cluster.
|
RejectDataShareResult |
RejectDataShareResult.withDataShareArn(String dataShareArn)
An Amazon Resource Name (ARN) that references the datashare that is owned by a specific namespace of the producer
cluster.
|
RejectDataShareResult |
RejectDataShareResult.withDataShareAssociations(Collection<DataShareAssociation> dataShareAssociations)
A value that specifies when the datashare has an association between producer and data consumers.
|
RejectDataShareResult |
RejectDataShareResult.withDataShareAssociations(DataShareAssociation... dataShareAssociations)
A value that specifies when the datashare has an association between producer and data consumers.
|
RejectDataShareResult |
RejectDataShareResult.withManagedBy(String managedBy)
The identifier of a datashare to show its managing entity.
|
RejectDataShareResult |
RejectDataShareResult.withProducerArn(String producerArn)
The Amazon Resource Name (ARN) of the producer.
|
Copyright © 2023. All rights reserved.