Uses of Class
com.amazonaws.services.redshift.model.AuthorizeSnapshotAccessRequest

Packages that use AuthorizeSnapshotAccessRequest
com.amazonaws.services.redshift Synchronous and asynchronous client classes for accessing AmazonRedshift. 
com.amazonaws.services.redshift.model Classes modeling the various types represented by AmazonRedshift. 
 

Uses of AuthorizeSnapshotAccessRequest in com.amazonaws.services.redshift
 

Methods in com.amazonaws.services.redshift with parameters of type AuthorizeSnapshotAccessRequest
 Snapshot AmazonRedshiftClient.authorizeSnapshotAccess(AuthorizeSnapshotAccessRequest authorizeSnapshotAccessRequest)
           Authorizes the specified AWS customer account to restore the specified snapshot.
 Snapshot AmazonRedshift.authorizeSnapshotAccess(AuthorizeSnapshotAccessRequest authorizeSnapshotAccessRequest)
           Authorizes the specified AWS customer account to restore the specified snapshot.
 Future<Snapshot> AmazonRedshiftAsyncClient.authorizeSnapshotAccessAsync(AuthorizeSnapshotAccessRequest authorizeSnapshotAccessRequest)
           Authorizes the specified AWS customer account to restore the specified snapshot.
 Future<Snapshot> AmazonRedshiftAsync.authorizeSnapshotAccessAsync(AuthorizeSnapshotAccessRequest authorizeSnapshotAccessRequest)
           Authorizes the specified AWS customer account to restore the specified snapshot.
 Future<Snapshot> AmazonRedshiftAsyncClient.authorizeSnapshotAccessAsync(AuthorizeSnapshotAccessRequest authorizeSnapshotAccessRequest, AsyncHandler<AuthorizeSnapshotAccessRequest,Snapshot> asyncHandler)
           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.
 

Method parameters in com.amazonaws.services.redshift with type arguments of type AuthorizeSnapshotAccessRequest
 Future<Snapshot> AmazonRedshiftAsyncClient.authorizeSnapshotAccessAsync(AuthorizeSnapshotAccessRequest authorizeSnapshotAccessRequest, AsyncHandler<AuthorizeSnapshotAccessRequest,Snapshot> asyncHandler)
           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.
 

Uses of AuthorizeSnapshotAccessRequest in com.amazonaws.services.redshift.model
 

Methods in com.amazonaws.services.redshift.model that return AuthorizeSnapshotAccessRequest
 AuthorizeSnapshotAccessRequest AuthorizeSnapshotAccessRequest.withAccountWithRestoreAccess(String accountWithRestoreAccess)
          The identifier of the AWS customer account authorized to restore the specified snapshot.
 AuthorizeSnapshotAccessRequest AuthorizeSnapshotAccessRequest.withSnapshotClusterIdentifier(String snapshotClusterIdentifier)
          The identifier of the cluster the snapshot was created from.
 AuthorizeSnapshotAccessRequest AuthorizeSnapshotAccessRequest.withSnapshotIdentifier(String snapshotIdentifier)
          The identifier of the snapshot the account is authorized to restore.
 



Copyright © 2016. All rights reserved.