Uses of Class
software.amazon.awssdk.services.redshift.model.RejectDataShareResponse
-
Packages that use RejectDataShareResponse Package Description software.amazon.awssdk.services.redshift Amazon Redshift -
-
Uses of RejectDataShareResponse in software.amazon.awssdk.services.redshift
Methods in software.amazon.awssdk.services.redshift that return RejectDataShareResponse Modifier and Type Method Description default RejectDataShareResponseRedshiftClient. rejectDataShare(Consumer<RejectDataShareRequest.Builder> rejectDataShareRequest)From a datashare consumer account, rejects the specified datashare.default RejectDataShareResponseRedshiftClient. rejectDataShare(RejectDataShareRequest rejectDataShareRequest)From a datashare consumer account, rejects the specified datashare.Methods in software.amazon.awssdk.services.redshift that return types with arguments of type RejectDataShareResponse Modifier and Type Method Description default CompletableFuture<RejectDataShareResponse>RedshiftAsyncClient. rejectDataShare(Consumer<RejectDataShareRequest.Builder> rejectDataShareRequest)From a datashare consumer account, rejects the specified datashare.default CompletableFuture<RejectDataShareResponse>RedshiftAsyncClient. rejectDataShare(RejectDataShareRequest rejectDataShareRequest)From a datashare consumer account, rejects the specified datashare.
-