Uses of Class
software.amazon.awssdk.services.redshift.model.AddPartnerResponse
-
Packages that use AddPartnerResponse Package Description software.amazon.awssdk.services.redshift Amazon Redshift -
-
Uses of AddPartnerResponse in software.amazon.awssdk.services.redshift
Methods in software.amazon.awssdk.services.redshift that return AddPartnerResponse Modifier and Type Method Description default AddPartnerResponseRedshiftClient. addPartner(Consumer<AddPartnerRequest.Builder> addPartnerRequest)Adds a partner integration to a cluster.default AddPartnerResponseRedshiftClient. addPartner(AddPartnerRequest addPartnerRequest)Adds a partner integration to a cluster.Methods in software.amazon.awssdk.services.redshift that return types with arguments of type AddPartnerResponse Modifier and Type Method Description default CompletableFuture<AddPartnerResponse>RedshiftAsyncClient. addPartner(Consumer<AddPartnerRequest.Builder> addPartnerRequest)Adds a partner integration to a cluster.default CompletableFuture<AddPartnerResponse>RedshiftAsyncClient. addPartner(AddPartnerRequest addPartnerRequest)Adds a partner integration to a cluster.
-