Uses of Class
software.amazon.awssdk.services.redshift.model.AuthorizeSnapshotAccessResponse
-
Packages that use AuthorizeSnapshotAccessResponse Package Description software.amazon.awssdk.services.redshift Amazon Redshift -
-
Uses of AuthorizeSnapshotAccessResponse in software.amazon.awssdk.services.redshift
Methods in software.amazon.awssdk.services.redshift that return AuthorizeSnapshotAccessResponse Modifier and Type Method Description default AuthorizeSnapshotAccessResponseRedshiftClient. authorizeSnapshotAccess(Consumer<AuthorizeSnapshotAccessRequest.Builder> authorizeSnapshotAccessRequest)Authorizes the specified Amazon Web Services account to restore the specified snapshot.default AuthorizeSnapshotAccessResponseRedshiftClient. authorizeSnapshotAccess(AuthorizeSnapshotAccessRequest authorizeSnapshotAccessRequest)Authorizes the specified Amazon Web Services account to restore the specified snapshot.Methods in software.amazon.awssdk.services.redshift that return types with arguments of type AuthorizeSnapshotAccessResponse Modifier and Type Method Description default CompletableFuture<AuthorizeSnapshotAccessResponse>RedshiftAsyncClient. authorizeSnapshotAccess(Consumer<AuthorizeSnapshotAccessRequest.Builder> authorizeSnapshotAccessRequest)Authorizes the specified Amazon Web Services account to restore the specified snapshot.default CompletableFuture<AuthorizeSnapshotAccessResponse>RedshiftAsyncClient. authorizeSnapshotAccess(AuthorizeSnapshotAccessRequest authorizeSnapshotAccessRequest)Authorizes the specified Amazon Web Services account to restore the specified snapshot.
-