Uses of Class
com.amazonaws.services.redshift.model.AuthorizeSnapshotAccessRequest
-
Packages that use AuthorizeSnapshotAccessRequest Package Description com.amazonaws.services.redshift com.amazonaws.services.redshift.model -
-
Uses of AuthorizeSnapshotAccessRequest in com.amazonaws.services.redshift
Methods in com.amazonaws.services.redshift with parameters of type AuthorizeSnapshotAccessRequest Modifier and Type Method Description SnapshotAbstractAmazonRedshift. authorizeSnapshotAccess(AuthorizeSnapshotAccessRequest request)SnapshotAmazonRedshift. authorizeSnapshotAccess(AuthorizeSnapshotAccessRequest authorizeSnapshotAccessRequest)Authorizes the specified AWS customer account to restore the specified snapshot.SnapshotAmazonRedshiftClient. authorizeSnapshotAccess(AuthorizeSnapshotAccessRequest authorizeSnapshotAccessRequest)Authorizes the specified AWS customer account to restore the specified snapshot.Future<Snapshot>AbstractAmazonRedshiftAsync. authorizeSnapshotAccessAsync(AuthorizeSnapshotAccessRequest request)Future<Snapshot>AbstractAmazonRedshiftAsync. authorizeSnapshotAccessAsync(AuthorizeSnapshotAccessRequest request, AsyncHandler<AuthorizeSnapshotAccessRequest,Snapshot> asyncHandler)Future<Snapshot>AmazonRedshiftAsync. authorizeSnapshotAccessAsync(AuthorizeSnapshotAccessRequest authorizeSnapshotAccessRequest)Authorizes the specified AWS customer account to restore the specified snapshot.Future<Snapshot>AmazonRedshiftAsync. authorizeSnapshotAccessAsync(AuthorizeSnapshotAccessRequest authorizeSnapshotAccessRequest, AsyncHandler<AuthorizeSnapshotAccessRequest,Snapshot> asyncHandler)Authorizes the specified AWS customer account to restore the specified snapshot.Future<Snapshot>AmazonRedshiftAsyncClient. authorizeSnapshotAccessAsync(AuthorizeSnapshotAccessRequest request)Future<Snapshot>AmazonRedshiftAsyncClient. authorizeSnapshotAccessAsync(AuthorizeSnapshotAccessRequest request, AsyncHandler<AuthorizeSnapshotAccessRequest,Snapshot> asyncHandler)Method parameters in com.amazonaws.services.redshift with type arguments of type AuthorizeSnapshotAccessRequest Modifier and Type Method Description Future<Snapshot>AbstractAmazonRedshiftAsync. authorizeSnapshotAccessAsync(AuthorizeSnapshotAccessRequest request, AsyncHandler<AuthorizeSnapshotAccessRequest,Snapshot> asyncHandler)Future<Snapshot>AmazonRedshiftAsync. authorizeSnapshotAccessAsync(AuthorizeSnapshotAccessRequest authorizeSnapshotAccessRequest, AsyncHandler<AuthorizeSnapshotAccessRequest,Snapshot> asyncHandler)Authorizes the specified AWS customer account to restore the specified snapshot.Future<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 AuthorizeSnapshotAccessRequest Modifier and Type Method Description AuthorizeSnapshotAccessRequestAuthorizeSnapshotAccessRequest. clone()AuthorizeSnapshotAccessRequestAuthorizeSnapshotAccessRequest. withAccountWithRestoreAccess(String accountWithRestoreAccess)The identifier of the AWS customer account authorized to restore the specified snapshot.AuthorizeSnapshotAccessRequestAuthorizeSnapshotAccessRequest. withSnapshotClusterIdentifier(String snapshotClusterIdentifier)The identifier of the cluster the snapshot was created from.AuthorizeSnapshotAccessRequestAuthorizeSnapshotAccessRequest. withSnapshotIdentifier(String snapshotIdentifier)The identifier of the snapshot the account is authorized to restore.
-