Uses of Class
software.amazon.awssdk.services.redshift.model.PartnerIntegrationInfo
-
Packages that use PartnerIntegrationInfo Package Description software.amazon.awssdk.services.redshift.model -
-
Uses of PartnerIntegrationInfo in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type PartnerIntegrationInfo Modifier and Type Method Description List<PartnerIntegrationInfo>DescribePartnersResponse. partnerIntegrationInfoList()A list of partner integrations.Methods in software.amazon.awssdk.services.redshift.model with parameters of type PartnerIntegrationInfo Modifier and Type Method Description DescribePartnersResponse.BuilderDescribePartnersResponse.Builder. partnerIntegrationInfoList(PartnerIntegrationInfo... partnerIntegrationInfoList)A list of partner integrations.Method parameters in software.amazon.awssdk.services.redshift.model with type arguments of type PartnerIntegrationInfo Modifier and Type Method Description DescribePartnersResponse.BuilderDescribePartnersResponse.Builder. partnerIntegrationInfoList(Collection<PartnerIntegrationInfo> partnerIntegrationInfoList)A list of partner integrations.
-