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