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