Uses of Class
software.amazon.awssdk.services.redshift.model.RevokeSnapshotAccessRequest
-
Packages that use RevokeSnapshotAccessRequest Package Description software.amazon.awssdk.services.redshift Amazon Redshift software.amazon.awssdk.services.redshift.transform -
-
Uses of RevokeSnapshotAccessRequest in software.amazon.awssdk.services.redshift
Methods in software.amazon.awssdk.services.redshift with parameters of type RevokeSnapshotAccessRequest Modifier and Type Method Description default CompletableFuture<RevokeSnapshotAccessResponse>RedshiftAsyncClient. revokeSnapshotAccess(RevokeSnapshotAccessRequest revokeSnapshotAccessRequest)Removes the ability of the specified Amazon Web Services account to restore the specified snapshot.default RevokeSnapshotAccessResponseRedshiftClient. revokeSnapshotAccess(RevokeSnapshotAccessRequest revokeSnapshotAccessRequest)Removes the ability of the specified Amazon Web Services account to restore the specified snapshot. -
Uses of RevokeSnapshotAccessRequest in software.amazon.awssdk.services.redshift.transform
Methods in software.amazon.awssdk.services.redshift.transform with parameters of type RevokeSnapshotAccessRequest Modifier and Type Method Description SdkHttpFullRequestRevokeSnapshotAccessRequestMarshaller. marshall(RevokeSnapshotAccessRequest revokeSnapshotAccessRequest)
-