Uses of Class
software.amazon.awssdk.services.redshift.model.AuthorizeSnapshotAccessRequest
-
Packages that use AuthorizeSnapshotAccessRequest Package Description software.amazon.awssdk.services.redshift Amazon Redshift software.amazon.awssdk.services.redshift.transform -
-
Uses of AuthorizeSnapshotAccessRequest in software.amazon.awssdk.services.redshift
Methods in software.amazon.awssdk.services.redshift with parameters of type AuthorizeSnapshotAccessRequest Modifier and Type Method Description default CompletableFuture<AuthorizeSnapshotAccessResponse>RedshiftAsyncClient. authorizeSnapshotAccess(AuthorizeSnapshotAccessRequest 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. -
Uses of AuthorizeSnapshotAccessRequest in software.amazon.awssdk.services.redshift.transform
Methods in software.amazon.awssdk.services.redshift.transform with parameters of type AuthorizeSnapshotAccessRequest Modifier and Type Method Description SdkHttpFullRequestAuthorizeSnapshotAccessRequestMarshaller. marshall(AuthorizeSnapshotAccessRequest authorizeSnapshotAccessRequest)
-