Uses of Class
com.amazonaws.services.redshift.model.AuthorizeSnapshotAccessRequest
Packages that use AuthorizeSnapshotAccessRequest
-
Uses of AuthorizeSnapshotAccessRequest in com.amazonaws.services.redshift
Methods in com.amazonaws.services.redshift with parameters of type AuthorizeSnapshotAccessRequestModifier and TypeMethodDescriptionAbstractAmazonRedshift.authorizeSnapshotAccess(AuthorizeSnapshotAccessRequest request) AmazonRedshift.authorizeSnapshotAccess(AuthorizeSnapshotAccessRequest authorizeSnapshotAccessRequest) Authorizes the specified AWS customer account to restore the specified snapshot.AmazonRedshiftClient.authorizeSnapshotAccess(AuthorizeSnapshotAccessRequest authorizeSnapshotAccessRequest) Authorizes the specified AWS customer account to restore the specified snapshot.AbstractAmazonRedshiftAsync.authorizeSnapshotAccessAsync(AuthorizeSnapshotAccessRequest request) AbstractAmazonRedshiftAsync.authorizeSnapshotAccessAsync(AuthorizeSnapshotAccessRequest request, AsyncHandler<AuthorizeSnapshotAccessRequest, Snapshot> asyncHandler) AmazonRedshiftAsync.authorizeSnapshotAccessAsync(AuthorizeSnapshotAccessRequest authorizeSnapshotAccessRequest) Authorizes the specified AWS customer account to restore the specified snapshot.AmazonRedshiftAsync.authorizeSnapshotAccessAsync(AuthorizeSnapshotAccessRequest authorizeSnapshotAccessRequest, AsyncHandler<AuthorizeSnapshotAccessRequest, Snapshot> asyncHandler) Authorizes the specified AWS customer account to restore the specified snapshot.AmazonRedshiftAsyncClient.authorizeSnapshotAccessAsync(AuthorizeSnapshotAccessRequest request) AmazonRedshiftAsyncClient.authorizeSnapshotAccessAsync(AuthorizeSnapshotAccessRequest request, AsyncHandler<AuthorizeSnapshotAccessRequest, Snapshot> asyncHandler) Method parameters in com.amazonaws.services.redshift with type arguments of type AuthorizeSnapshotAccessRequestModifier and TypeMethodDescriptionAbstractAmazonRedshiftAsync.authorizeSnapshotAccessAsync(AuthorizeSnapshotAccessRequest request, AsyncHandler<AuthorizeSnapshotAccessRequest, Snapshot> asyncHandler) AmazonRedshiftAsync.authorizeSnapshotAccessAsync(AuthorizeSnapshotAccessRequest authorizeSnapshotAccessRequest, AsyncHandler<AuthorizeSnapshotAccessRequest, Snapshot> asyncHandler) Authorizes the specified AWS customer account to restore the specified snapshot.AmazonRedshiftAsyncClient.authorizeSnapshotAccessAsync(AuthorizeSnapshotAccessRequest request, AsyncHandler<AuthorizeSnapshotAccessRequest, Snapshot> asyncHandler) -
Uses of AuthorizeSnapshotAccessRequest in com.amazonaws.services.redshift.model
Methods in com.amazonaws.services.redshift.model that return AuthorizeSnapshotAccessRequestModifier and TypeMethodDescriptionAuthorizeSnapshotAccessRequest.clone()AuthorizeSnapshotAccessRequest.withAccountWithRestoreAccess(String accountWithRestoreAccess) The identifier of the AWS customer account authorized to restore the specified snapshot.AuthorizeSnapshotAccessRequest.withSnapshotClusterIdentifier(String snapshotClusterIdentifier) The identifier of the cluster the snapshot was created from.AuthorizeSnapshotAccessRequest.withSnapshotIdentifier(String snapshotIdentifier) The identifier of the snapshot the account is authorized to restore.