Uses of Class
software.amazon.awssdk.services.redshift.model.DeauthorizeDataShareResponse
-
Packages that use DeauthorizeDataShareResponse Package Description software.amazon.awssdk.services.redshift Amazon Redshift -
-
Uses of DeauthorizeDataShareResponse in software.amazon.awssdk.services.redshift
Methods in software.amazon.awssdk.services.redshift that return DeauthorizeDataShareResponse Modifier and Type Method Description default DeauthorizeDataShareResponseRedshiftClient. deauthorizeDataShare(Consumer<DeauthorizeDataShareRequest.Builder> deauthorizeDataShareRequest)From a datashare producer account, removes authorization from the specified datashare.default DeauthorizeDataShareResponseRedshiftClient. deauthorizeDataShare(DeauthorizeDataShareRequest deauthorizeDataShareRequest)From a datashare producer account, removes authorization from the specified datashare.Methods in software.amazon.awssdk.services.redshift that return types with arguments of type DeauthorizeDataShareResponse Modifier and Type Method Description default CompletableFuture<DeauthorizeDataShareResponse>RedshiftAsyncClient. deauthorizeDataShare(Consumer<DeauthorizeDataShareRequest.Builder> deauthorizeDataShareRequest)From a datashare producer account, removes authorization from the specified datashare.default CompletableFuture<DeauthorizeDataShareResponse>RedshiftAsyncClient. deauthorizeDataShare(DeauthorizeDataShareRequest deauthorizeDataShareRequest)From a datashare producer account, removes authorization from the specified datashare.
-