Uses of Interface
software.amazon.awssdk.services.redshift.model.AuthorizeDataShareRequest.Builder
-
Packages that use AuthorizeDataShareRequest.Builder Package Description software.amazon.awssdk.services.redshift Amazon Redshift software.amazon.awssdk.services.redshift.model -
-
Uses of AuthorizeDataShareRequest.Builder in software.amazon.awssdk.services.redshift
Method parameters in software.amazon.awssdk.services.redshift with type arguments of type AuthorizeDataShareRequest.Builder 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 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. -
Uses of AuthorizeDataShareRequest.Builder in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return AuthorizeDataShareRequest.Builder Modifier and Type Method Description static AuthorizeDataShareRequest.BuilderAuthorizeDataShareRequest. builder()AuthorizeDataShareRequest.BuilderAuthorizeDataShareRequest.Builder. consumerIdentifier(String consumerIdentifier)The identifier of the data consumer that is authorized to access the datashare.AuthorizeDataShareRequest.BuilderAuthorizeDataShareRequest.Builder. dataShareArn(String dataShareArn)The Amazon Resource Name (ARN) of the datashare that producers are to authorize sharing for.AuthorizeDataShareRequest.BuilderAuthorizeDataShareRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AuthorizeDataShareRequest.BuilderAuthorizeDataShareRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AuthorizeDataShareRequest.BuilderAuthorizeDataShareRequest. toBuilder()Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type AuthorizeDataShareRequest.Builder Modifier and Type Method Description static Class<? extends AuthorizeDataShareRequest.Builder>AuthorizeDataShareRequest. serializableBuilderClass()
-