Uses of Class
software.amazon.awssdk.services.redshift.model.AuthorizeDataShareRequest
-
Packages that use AuthorizeDataShareRequest Package Description software.amazon.awssdk.services.redshift Amazon Redshift software.amazon.awssdk.services.redshift.transform -
-
Uses of AuthorizeDataShareRequest in software.amazon.awssdk.services.redshift
Methods in software.amazon.awssdk.services.redshift with parameters of type AuthorizeDataShareRequest Modifier and Type Method Description 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.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. -
Uses of AuthorizeDataShareRequest in software.amazon.awssdk.services.redshift.transform
Methods in software.amazon.awssdk.services.redshift.transform with parameters of type AuthorizeDataShareRequest Modifier and Type Method Description SdkHttpFullRequestAuthorizeDataShareRequestMarshaller. marshall(AuthorizeDataShareRequest authorizeDataShareRequest)
-