Uses of Class
software.amazon.awssdk.services.redshift.model.AuthorizeDataShareResponse
-
Packages that use AuthorizeDataShareResponse Package Description software.amazon.awssdk.services.redshift Amazon Redshift -
-
Uses of AuthorizeDataShareResponse in software.amazon.awssdk.services.redshift
Methods in software.amazon.awssdk.services.redshift that return AuthorizeDataShareResponse Modifier and Type Method Description default AuthorizeDataShareResponseRedshiftClient. authorizeDataShare(Consumer<AuthorizeDataShareRequest.Builder> authorizeDataShareRequest)From a data producer account, authorizes the sharing of a datashare with one or more consumer accounts or managing entities.default AuthorizeDataShareResponseRedshiftClient. authorizeDataShare(AuthorizeDataShareRequest authorizeDataShareRequest)From a data producer account, authorizes the sharing of a datashare with one or more consumer accounts or managing entities.Methods in software.amazon.awssdk.services.redshift that return types with arguments of type AuthorizeDataShareResponse Modifier and Type Method Description default CompletableFuture<AuthorizeDataShareResponse>RedshiftAsyncClient. authorizeDataShare(Consumer<AuthorizeDataShareRequest.Builder> authorizeDataShareRequest)From a data producer account, authorizes the sharing of a datashare with one or more consumer accounts or managing entities.default CompletableFuture<AuthorizeDataShareResponse>RedshiftAsyncClient. authorizeDataShare(AuthorizeDataShareRequest authorizeDataShareRequest)From a data producer account, authorizes the sharing of a datashare with one or more consumer accounts or managing entities.
-